ReactOS 0.4.16-dev-1338-g8aab5a9
resources.h
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS system libraries
4 * FILE: dll/win32/userenv/resource.h
5 * PURPOSE: Resource IDs
6 * PROGRAMMER: Eric Kohl
7 */
8
9#pragma once
10
11#define IDC_STATIC (-1)
12
13/* Icons */
14#define IDI_USERENV 1
15
16/* Dialogs */
17#define IDD_ERRORDLG 3000
18#define IDC_ERRORDESC 3001
19#define IDC_TIMEOUTSTATIC 1005
20#define IDC_TIMEOUT 1004
21
22/* Strings */
23#define IDS_PROFILEPATH 1
24#define IDS_APPDATA 2
25#define IDS_DESKTOP 3
26#define IDS_FAVORITES 4
27#define IDS_MYDOCUMENTS 5
28#define IDS_NETHOOD 6
29#define IDS_PRINTHOOD 7
30#define IDS_RECENT 8
31#define IDS_SENDTO 9
32#define IDS_TEMPLATES 10
33#define IDS_STARTMENU 11
34#define IDS_PROGRAMS 12
35#define IDS_STARTUP 13
36#define IDS_LOCALSETTINGS 14
37#define IDS_LOCALAPPDATA 15
38#define IDS_TEMP 16
39#define IDS_CACHE 17
40#define IDS_HISTORY 18
41#define IDS_COOKIES 19