ReactOS 0.4.17-dev-444-g71ee754
resource.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Tests
3 * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
4 * PURPOSE: Resources header
5 * COPYRIGHT: Copyright 2026 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
6 */
7
8#define IDC_STATIC (-1)
9
10#define IDI_TESTAPP 100
11#define IDC_TESTAPP 101
12
13#define IDS_EDITSHOW 110
14#define IDS_EDITHIDE 111
15#define IDS_ACCELXLAT 112
16#define IDS_ACCELNOXLAT 113
17
18#define IDM_SHOWHIDEEDIT 200
19#define IDM_ACCELXLAT 201
20#define IDM_CLEARLOG 202
21#define IDM_EXIT 203
22#define IDM_ONE 204
23#define IDM_TWO 205
24#define IDM_THREE 206
25#define IDM_FOUR 207
26#define IDM_FIVE 208
27#define IDM_THIRTEEN 209
28#define IDM_FOURTEEN 210
29#define IDM_FIFTEEN 211
30
31#define ID_ONE_ALPHA 220
32#define ID_TWO_BRAVO 221
33#define ID_THREE_CHARLIE 222
34#define ID_FOUR_DELTA 223
35#define ID_FIVE_ECHO 224
36#define ID_SIX_FOXTROT 225
37#define ID_SEVEN_GOLF 226
38#define ID_EIGHT_HOTEL 227
39#define ID_NINE_INDIA 228
40#define ID_TEN_JULIET 229
41#define ID_ELEVEN_KILO 230
42#define ID_TWELVE_LIMA 231
43#define ID_THIRTEEN_MIKE 232
44#define ID_FOURTEEN_NOVEMBER 233
45#define ID_FIFTEEN_OSCAR 234
46#define ID_PLUS_PAPA 235
47#define ID_DOT_QUEBEC 236