1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-31 15:08:14 +00:00
reactos/dll/cpl/openglcfg/resource.h

20 lines
430 B
C

#pragma once
/* Icons */
#define IDI_CPLICON 1
/* Dialogs */
#define IDD_PROPPAGEGENERAL 100
/* Controls */
#define IDC_RENDERER 1001
#define IDC_DEBUG_OUTPUT 1002
/* Strings */
#define IDS_CPLNAME 10000
#define IDS_CPLDESCRIPTION 10001
#define IDS_RENDERER_DEFAULT 10002
#define IDS_RENDERER_RSWR 10003
#define IDS_DEBUG_SET 10004
#define IDS_DEBUG_CLEAR 10005
#define IDS_DEBUG_DNM 10006