reactos/base/applications/mmc/resource.h

15 lines
243 B
C
Raw Normal View History

#ifndef __RESOURCE_H
#define __RESOURCE_H
#define IDS_APPTITLE 101
#define IDS_CONSOLETITLE 102
#define IDI_MAINAPP 101
#define IDM_CONSOLEROOT 101
#define ID_FILE_EXIT 1001
#define ID_HELP_ABOUT 9001
#endif /* __RESOURCE_H */