Files
Work/browse/BROWSE.H
2024-08-07 09:12:07 -04:00

20 lines
378 B
C

#ifndef _PROTO_PROTO_H_
#define _PROTO_PROTO_H_
// FIND DIALOG
#define FILE_OPEN 100
#define FILE_EXIT 101
#define FILE_BROWSE 102
#define IDM_CASCADE 10014
#define IDM_TILE 10015
#define IDM_ARRANGE 10016
#define IDM_CLOSEALL 10017
#define IDM_MINIMIZEALL 10018
#define IDM_RESTOREALL 10019
#define STRING_IMAGEVIEWCLASSNAME 500
#endif