home *** CD-ROM | disk | FTP | other *** search
- #define IDM_ABOUT 100
- #define IDM_SAVE 101
- #define IDM_SAVEPREV 102
- #define IDM_RESTORE 103
- #define IDM_RESTOREPREV 104
- #define IDM_EXIT 105
- #define IDM_ACTIVATE 106
- #define IDM_SAVEONEXIT 107
- #define IDM_ARRANGEONACTIVATION 108
- #define IDM_NOSAVEONEXIT 109
- #define IDM_NOARRANGEONACTIVATION 110
- #define IDM_INITIALIZE 111
- #define IDM_EXITONARRANGE 112
- #define IDM_NOEXITONARRANGE 113
-
- #define TLEN 450
-
- int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
- BOOL InitApplication(HANDLE);
- BOOL InitInstance(HANDLE, int);
- long FAR PASCAL MainWndProc(HWND, unsigned, WORD, LONG);
- BOOL FAR PASCAL About(HWND, unsigned, WORD, LONG);
- int get_stats(HWND);
- int RestoreLoc(HWND,char *);
-