mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
d5e23caf7a
svn path=/branches/shell-experiments/; revision=63433
25 lines
624 B
C
25 lines
624 B
C
#pragma once
|
|
|
|
/* Icons */
|
|
#define IDI_CPLICON 1
|
|
|
|
/* Dialogs */
|
|
#define IDD_PROPPAGEGENERAL 100
|
|
|
|
/* Controls */
|
|
#define IDC_MIN 1000
|
|
#define IDC_GLSL 1001
|
|
#define IDC_GSLEVEL 1002
|
|
#define IDC_PSLEVEL 1003
|
|
#define IDC_VSLEVEL 1004
|
|
#define IDC_MULTISAMPLING 1005
|
|
#define IDC_STRICTDRAWORDERING 1006
|
|
#define IDC_OFFSCREEN 1007
|
|
#define IDC_VIDMEMSIZE 1008
|
|
#define IDC_ALWAYSOFFSCREEN 1009
|
|
#define IDC_DDRENDERER 1010
|
|
#define IDC_MAX 1011
|
|
|
|
/* Strings */
|
|
#define IDS_CPLNAME 10000
|
|
#define IDS_CPLDESCRIPTION 10001
|