jscript: Store the necessary function and variable info in the TypeInfo.
[wine.git] / dlls / oledb32 / version.rc
blob3a200d1cd62d957930ae2c88b4ac1834573ef780
1 /*
2  * Copyright 2017 Louis Lenders
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  */
19 #pragma makedep po
21 #include "resource.h"
23 #define WINE_FILEDESCRIPTION_STR "Wine oledb"
24 #define WINE_FILENAME_STR "oledb32.dll"
25 #define WINE_FILEVERSION 2,81,1117,0
26 #define WINE_FILEVERSION_STR "2.81.1117.0"
27 #define WINE_PRODUCTVERSION 2,81,1117,0
28 #define WINE_PRODUCTVERSION_STR "2.81.1117.0"
30 #include "wine/wine_common_ver.rc"
32 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
34 STRINGTABLE
36     IDS_PROPSHEET_TITLE    "Data Link Properties"
37     IDS_COL_PROVIDER       "OLE DB Provider(s)"
40 IDD_PROVIDER DIALOG 0, 0, 227, 225
41 STYLE DS_SETFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
42 CAPTION "Provider"
43 FONT 8, "MS Shell Dlg"
44 BEGIN
45     LTEXT           "Select the data you want to connect to:",-1,8,7,206,8
46     CONTROL         "",IDC_LST_CONNECTIONS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,14,20,206,162
47     PUSHBUTTON      "&Next >",IDC_BTN_NEXT,170,194,50,14
48 END