mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
795 B
29 lines
795 B
#define COASTERSTRING 1000
|
|
|
|
#define IDM_NEW 100
|
|
#define IDM_OPEN 101
|
|
#define IDM_SAVE 102
|
|
#define IDM_SAVEAS 103
|
|
#define IDM_PRINT 104
|
|
#define IDM_PRINTSETUP 105
|
|
#define IDM_EXIT 106
|
|
#define IDM_UNDO 200
|
|
#define IDM_CUT 201
|
|
#define IDM_COPY 202
|
|
#define IDM_PASTE 203
|
|
#define IDM_LINK 204
|
|
#define IDM_LINKS 205
|
|
#define IDM_HELPCONTENTS 300
|
|
#define IDM_HELPSEARCH 301
|
|
#define IDM_HELPHELP 302
|
|
#define IDM_ABOUT 303
|
|
|
|
#define DLG_VERFIRST 400
|
|
#define DLG_VERLAST 404
|
|
|
|
|
|
|
|
BOOL InitApplication(HANDLE);
|
|
BOOL InitInstance(HANDLE, int);
|
|
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
|
|
LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
|