|
|
1.1 ! root 1: #define UMSG_DECREMENTDLGCOUNT (WM_USER+1) ! 2: ! 3: ! 4: ! 5: HANDLE hInst ; ! 6: ! 7: BOOL InitApplication(HANDLE); ! 8: BOOL InitInstance(HANDLE, int); ! 9: long FAR PASCAL MainWndProc(HWND, UINT, UINT, LONG); ! 10: void HandleTheCommand(HWND, UINT, LONG) ; ! 11: BOOL APIENTRY AboutProc(HWND, UINT, UINT, LONG) ; ! 12: ! 13: TCHAR szTemp[100] ; ! 14: ! 15: TCHAR szShortFilter[5] ; ! 16: TCHAR szLongFilter[5] ; ! 17: ! 18: #define IDM_COLOR 100 ! 19: #define IDM_FONT 101 ! 20: #define IDM_FIND 102 ! 21: #define IDM_TITLE 103 ! 22: #define IDM_OPEN 104 ! 23: #define IDM_SAVE 105 ! 24: #define IDM_PRINT 106 ! 25: #define IDM_REPLACE 107 ! 26: #define IDM_EXIT 108 ! 27: #define IDM_HEXMODE 200 ! 28: #define IDM_DECIMALMODE 201 ! 29: #define IDM_MULTITHREAD2 300 ! 30: #define IDM_ABOUT 301 ! 31: ! 32: ! 33: UINT nFindMsg ; ! 34: UINT nOpenShareVMsg ; ! 35: UINT nHelpMessage ;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.