This commit is contained in:
2024-08-07 09:16:27 -04:00
parent fdfadd5c7e
commit 5f971cf684
5200 changed files with 731717 additions and 0 deletions

20
http/HTTP.H Normal file
View File

@@ -0,0 +1,20 @@
#ifndef _HTTP_HTTP_H_
#define IDC_LISTBOX1 101
#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