ReactOS 0.4.15-dev-7931-gfd331f1
resource.h
Go to the documentation of this file.
1#pragma once
2
3/* Property sheet / Wizard */
4#define IDD_PROPSHEET 1006
5#define IDD_WIZARD 1020
6
7#define IDC_TABCONTROL 12320
8#define IDC_APPLY_BUTTON 12321
9#define IDC_BACK_BUTTON 12323
10#define IDC_NEXT_BUTTON 12324
11#define IDC_FINISH_BUTTON 12325
12#define IDC_SUNKEN_LINE 12326
13#define IDC_SUNKEN_LINEHEADER 12327
14
15#define IDS_CLOSE 4160
16
17/* Toolbar customization dialog */
18#define IDD_TBCUSTOMIZE 200
19
20#define IDC_AVAILBTN_LBOX 201
21#define IDC_RESET_BTN 202
22#define IDC_TOOLBARBTN_LBOX 203
23#define IDC_REMOVE_BTN 204
24#define IDC_HELP_BTN 205
25#define IDC_MOVEUP_BTN 206
26#define IDC_MOVEDN_BTN 207
27
28#define IDS_SEPARATOR 1024
29
30/* Toolbar imagelist bitmaps */
31#define IDB_STD_SMALL 120
32#define IDB_STD_LARGE 121
33#define IDB_VIEW_SMALL 124
34#define IDB_VIEW_LARGE 125
35#define IDB_HIST_SMALL 130
36#define IDB_HIST_LARGE 131
37
38#define IDM_TODAY 4163
39#define IDM_GOTODAY 4164
40
41/* Treeview Checkboxes */
42
43#define IDT_CHECK 401
44
45/* Cursors */
46#define IDC_MOVEBUTTON 102
47#define IDC_COPY 104
48#define IDC_DIVIDER 106
49#define IDC_DIVIDEROPEN 107
50
51/* DragList resources */
52#define IDI_DRAGARROW 501
53
54/* HOTKEY internal strings */
55#define HKY_NONE 2048
56
57/* Tooltip icons */
58#define IDI_TT_INFO_SM 22
59#define IDI_TT_WARN_SM 25
60#define IDI_TT_ERROR_SM 28
61
62/* Taskdialog strings */
63#define IDS_BUTTON_YES 3000
64#define IDS_BUTTON_NO 3001
65#define IDS_BUTTON_RETRY 3002
66#define IDS_BUTTON_OK 3003
67#define IDS_BUTTON_CANCEL 3004
68#define IDS_BUTTON_CLOSE 3005
69
70// This is really ComCtl32 v5.82, the last one not supporting SxS
71#undef COMCTL32_VERSION // Undefines what the PSDK gave to us
72#define COMCTL32_VERSION 5
73#define COMCTL32_VERSION_MINOR 82