uiautomationcore: Put general purpose helper functions into separate source file.
[wine.git] / dlls / joy.cpl / resource.h
bloba711617a607df26eaebced66f160b4f599adeba9
1 /*
2 * Joystick testing control panel applet resources and definitions
4 * Copyright 2012 Lucas Fialho Zawacki
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 #ifndef __WINE_JOYSTICKCPL__
23 #define __WINE_JOYSTICKCPL__
25 #include <windef.h>
26 #include <winbase.h>
27 #include <winuser.h>
28 #include <commctrl.h>
30 /* strings */
31 #define IDS_CPL_NAME 1
32 #define IDS_CPL_INFO 2
34 /* dialogs */
35 #define IDC_STATIC -1
37 #define IDD_LIST 1000
38 #define IDD_TEST_DI 1001
39 #define IDD_TEST_XI 1002
41 #define IDC_JOYSTICKLIST 2000
42 #define IDC_DISABLEDLIST 2001
43 #define IDC_XINPUTLIST 2002
44 #define IDC_BUTTONDISABLE 2010
45 #define IDC_BUTTONENABLE 2011
46 #define IDC_BUTTONRESET 2012
47 #define IDC_BUTTONOVERRIDE 2013
49 #define IDC_DI_DEVICES 2100
50 #define IDC_DI_AXES 2101
51 #define IDC_DI_POVS 2102
52 #define IDC_DI_BUTTONS 2103
53 #define IDC_DI_EFFECTS 2104
55 #define IDC_XI_USER_0 2200
56 #define IDC_XI_USER_1 2201
57 #define IDC_XI_USER_2 2202
58 #define IDC_XI_USER_3 2203
59 #define IDC_XI_NO_USER_0 2210
60 #define IDC_XI_NO_USER_1 2211
61 #define IDC_XI_NO_USER_2 2212
62 #define IDC_XI_NO_USER_3 2213
63 #define IDC_XI_RUMBLE_0 2220
64 #define IDC_XI_RUMBLE_1 2221
65 #define IDC_XI_RUMBLE_2 2222
66 #define IDC_XI_RUMBLE_3 2223
68 #define ICO_MAIN 100
70 #endif