Files
2019-05-11 23:57:23 +02:00

70 lines
1.6 KiB
C

#include <windows.h>
#define NOTEPAD_IDI_MAINICON 9900
#define NOTEPAD_IDR_ACCEL 9990
#define NOTEPAD_IDM_NEW 9911
#define NOTEPAD_IDM_OPEN 9912
#define NOTEPAD_IDM_SAVE 9913
#define NOTEPAD_IDM_SAVEAS 9914
#define NOTEPAD_IDM_QUIT 9915
#define NOTEPAD_IDM_CUT 9921
#define NOTEPAD_IDM_COPY 9922
#define NOTEPAD_IDM_PASTE 9923
#define NOTEPAD_IDM_SELECTALL 9924
#define NOTEPAD_IDM_UNDO 9925
#define NOTEPAD_IDM_SETFONT 9926
#define NOTEPAD_IDM_CRLF 9931
#define NOTEPAD_IDM_SCOLON 9932
#define NOTEPAD_IDM_SLASH 9933
#define NOTEPAD_IDM_TILDE 9934
#define NOTEPAD_IDM_SEND 9940
#define NOTEPAD_IDM_SEND_ALL 9941
#define NOTEPAD_IDM_RESIZE_ALL 9942
#define NOTEPAD_IDM_CASCADE_ALL 9943
#define NOTEPAD_IDM_HELP 9950
#define NOTEPAD_IDM_ABOUT 9951
#define NOTEPAD_IDM_MAIL 11
#define NOTEPAD_IDM_LOAD 9961
#define NOTEPAD_IDM_LOAD_INI 9962
#define NOTEPAD_IDM_LOAD_SAV 9963
#define NOTEPAD_IDM_RESIZE 9964
#define NOTEPAD_STR_FILE 9810
#define NOTEPAD_STR_NEW 9811
#define NOTEPAD_STR_OPEN 9812
#define NOTEPAD_STR_SAVE 9813
#define NOTEPAD_STR_SAVEAS 9814
#define NOTEPAD_STR_QUIT 9815
#define NOTEPAD_STR_EDIT 9820
#define NOTEPAD_STR_CUT 9821
#define NOTEPAD_STR_COPY 9822
#define NOTEPAD_STR_PASTE 9823
#define NOTEPAD_STR_SELECTALL 9824
#define NOTEPAD_STR_UNDO 9825
#define NOTEPAD_STR_SETFONT 9826
#define NOTEPAD_STR_DELIM 9830
#define NOTEPAD_STR_CRLF 9831
#define NOTEPAD_STR_SCOLON 9832
#define NOTEPAD_STR_SLASH 9833
#define NOTEPAD_STR_TILDE 9834
#define NOTEPAD_STR_SEND 9840
#define NOTEPAD_STR_SEND_ALL 9841
#define NOTEPAD_STR_HELP 9850
#define NOTEPAD_STR_ABOUT 9851
#define NOTEPAD_FILE_FILTER 9881
#define NOTEPAD_STR_LICENCE 9882