Files
Work/http/HTTP.~H
2024-08-07 09:16:27 -04:00

20 lines
512 B
Plaintext

#ifndef _HTTP_HTTP_H_
#define _HTTP_HTTP_H_
#define HTTPMENU_FILE_OPEN 10000
#define HTTPMENU_FILE_NEW 10001
#define HTTPMENU_FILE_SAVE 10002
#define HTTPMENU_FILE_SAVEAS 10003
#define HTTPMENU_FILE_EXIT 10004
#define IDM_CASCADE 30
#define IDM_TILE 31
#define IDM_ARRANGE 32
#define IDM_CLOSEALL 33
#define IDM_MINIMIZEALL 34
#define IDM_RESTOREALL 35
#define IDM_HELP_CONTENTS 36
#define IDM_HELP_SEARCH 37
#define IDM_HELP_ABOUT 38
#endif