mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
21 lines
430 B
C
21 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
|