home *** CD-ROM | disk | FTP | other *** search
/ Shareware Breakthrough: Utilities & Productivity / SharewearBreakthroughUtil_ProdCol.cdr / util / arrange / arrange.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-09-13  |  954 b   |  25 lines

  1. #define     IDM_ABOUT                   100
  2. #define     IDM_SAVE                    101
  3. #define     IDM_SAVEPREV                102
  4. #define     IDM_RESTORE                 103
  5. #define     IDM_RESTOREPREV             104
  6. #define     IDM_EXIT                    105
  7. #define     IDM_ACTIVATE                106
  8. #define     IDM_SAVEONEXIT              107
  9. #define     IDM_ARRANGEONACTIVATION     108
  10. #define     IDM_NOSAVEONEXIT            109
  11. #define     IDM_NOARRANGEONACTIVATION   110
  12. #define     IDM_INITIALIZE              111
  13. #define     IDM_EXITONARRANGE           112
  14. #define     IDM_NOEXITONARRANGE         113
  15.  
  16. #define     TLEN                        450
  17.  
  18. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  19. BOOL InitApplication(HANDLE);
  20. BOOL InitInstance(HANDLE, int);
  21. long FAR PASCAL MainWndProc(HWND, unsigned, WORD, LONG);
  22. BOOL FAR PASCAL About(HWND, unsigned, WORD, LONG);
  23. int get_stats(HWND);
  24. int RestoreLoc(HWND,char *);
  25.