dxgi: Create d3d11 swapchain textures directly from d3d11_swapchain_init().
[wine.git] / dlls / oledb32 / resource.h
blob42f984c01317405cdd560304af07e26cac09df0b
1 /*
2 * Copyright 2019 Alistair Leslie-Hughes
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.
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.
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
19 #define IDD_PROVIDER 1000
20 #define IDC_BTN_NEXT 1001
21 #define IDC_LST_CONNECTIONS 1002
22 #define IDS_PROVIDER_TITLE 1003
23 #define IDS_PROVIDER_ERROR 1004
24 #define IDS_PROVIDER_NOT_AVAIL 1005
26 #define IDS_PROPSHEET_TITLE 2000
27 #define IDS_COL_PROVIDER 2001
28 #define IDS_PERM_READ 2002
29 #define IDS_PERM_READWRITE 2003
30 #define IDS_PERM_SHAREDENYNONE 2004
31 #define IDS_PERM_SHAREDENYREAD 2005
32 #define IDS_PERM_SHAREDENYWRITE 2006
33 #define IDS_PERM_SHAREEXCLUSIVE 2007
34 #define IDS_PERM_WRITE 2008
36 #define IDD_CONNECTION 3000
37 #define IDC_BTN_EDIT 3001
38 #define IDC_RDO_SRC_NAME 3002
39 #define IDC_CBO_NAMES 3003
40 #define IDC_BTN_REFRESH 3004
41 #define IDC_BTN_CONNECTION 3005
42 #define IDC_EDT_CONNECTION 3006
43 #define IDC_BTN_BUILD 3007
44 #define IDC_EDT_NAME 3008
45 #define IDC_EDT_PASSWORD 3009
46 #define IDC_CHK_BLANK 3010
47 #define IDC_CHK_SAVE_PASS 3011
48 #define IDC_CBO_INITIAL 3012
49 #define IDC_BTN_TEST 3013
50 #define IDC_LBL_SOURCE 3014
51 #define IDC_LBL_LOGIN 3015
52 #define IDC_LBL_INITIAL 3016
53 #define IDC_LBL_CONNECTION 3017
55 #define IDD_ADVANCED 4000
56 #define IDC_CBO_LEVEL 4001
57 #define IDC_CBO_PROTECTION 4002
58 #define IDC_EDT_TIMEOUT 4003
59 #define IDC_LST_PERMISSIONS 4004
60 #define IDC_GRP_NETWORK 4005
61 #define IDC_LBL_LEVEL 4006
62 #define IDC_LBL_PROTECTION 4007
64 #define IDD_ALL 5010
65 #define IDC_BTN_EDIT_ALL 5011
66 #define IDC_LST_PROPERTIES 5012
67 #define IDS_COL_NAME 5013
68 #define IDS_COL_VALUE 5014