xref: /reactos/dll/directx/wine/dinput/resource.h (revision cc439606)
1 /*
2  * Copyright (c) 2011 Lucas Fialho Zawacki
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
18 
19 #pragma once
20 
21 #include "shlobj.h"
22 
23 #define IDD_CONFIGUREDEVICES                    1
24 
25 #define IDC_DEVICETEXT                          20
26 #define IDC_RESET                               21
27 #define IDC_ACTIONTEXT                          22
28 #define IDC_PLAYERTEXT                          23
29 #define IDC_DEVICEOBJECTSTEXT                   24
30 #define IDC_CONTROLLERCOMBO                     25
31 #define IDC_PLAYERCOMBO                         26
32 #define IDC_ACTIONLIST                          27
33 #define IDC_DEVICEOBJECTSLIST                   28
34 #define IDC_CHECKBOXSORT                        29
35 #define IDC_MAPPINGTEXT                         30
36 #define IDS_ACTIONCOLUMN                        31
37 #define IDS_OBJECTCOLUMN                        32
38