2 * Copyright 2017 Louis Lenders
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
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
36 IDS_PROPSHEET_TITLE "Data Link Properties"
37 IDS_COL_PROVIDER "OLE DB Provider(s)"
42 IDS_PERM_READWRITE "ReadWrite"
43 IDS_PERM_SHAREDENYNONE "Share Deny None"
44 IDS_PERM_SHAREDENYREAD "Share Deny Read"
45 IDS_PERM_SHAREDENYWRITE "Share Deny Write"
46 IDS_PERM_SHAREEXCLUSIVE "Share Exclusive"
47 IDS_PERM_WRITE "Write"
49 IDS_PROVIDER_TITLE "Data Link Error"
50 IDS_PROVIDER_ERROR "Please select a provider."
51 IDS_PROVIDER_NOT_AVAIL "Provider is no longer available. Ensure that the provider is installed properly."
54 IDD_PROVIDER DIALOG 0, 0, 227, 225
55 STYLE DS_SETFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
57 FONT 8, "MS Shell Dlg"
59 LTEXT "Select the data you want to connect to:",-1,8,7,206,8
60 CONTROL "",IDC_LST_CONNECTIONS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,14,20,206,162
61 PUSHBUTTON "&Next >",IDC_BTN_NEXT,170,194,50,14
64 IDD_CONNECTION DIALOG 0, 0, 227, 225
65 STYLE DS_SETFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
67 FONT 8, "MS Shell Dlg"
69 LTEXT "Specify the following to connect to ODBC data:",-1,7,7,213,8
70 LTEXT "1. Specify the source of data:",IDC_LBL_SOURCE,14,18,206,8
71 CONTROL "Use &data source name",IDC_RDO_SRC_NAME,"Button",BS_AUTORADIOBUTTON | WS_GROUP,29,29,192,10
72 COMBOBOX IDC_CBO_NAMES,36,40,120,128,CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
73 PUSHBUTTON "&Refresh",IDC_BTN_REFRESH,159,39,61,14
74 CONTROL "Use c&onnection string",IDC_BTN_CONNECTION,"Button",BS_AUTORADIOBUTTON,29,57,192,10
75 LTEXT "&Connection string:",IDC_LBL_CONNECTION,36,68,182,8
76 EDITTEXT IDC_EDT_CONNECTION,36,78,118,12,ES_AUTOHSCROLL
77 PUSHBUTTON "B&uild...",IDC_BTN_BUILD,159,77,61,14
78 LTEXT "2. Enter information to log on to the server",IDC_LBL_LOGIN,14,98,206,8
79 LTEXT "User &name:",-1,29,110,58,8
80 EDITTEXT IDC_EDT_NAME,87,108,133,12,ES_AUTOHSCROLL
81 LTEXT "&Password:",-1,29,126,58,8
82 EDITTEXT IDC_EDT_PASSWORD,87,124,133,12,ES_PASSWORD | ES_AUTOHSCROLL
83 CONTROL "&Blank password",IDC_CHK_BLANK,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,29,140,69,10
84 CONTROL "Allow &saving password",IDC_CHK_SAVE_PASS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,103,140,103,10
85 LTEXT "3. Enter the &initial catalog to use:",IDC_LBL_INITIAL,14,159,206,8
86 COMBOBOX IDC_CBO_INITIAL,29,170,191,64,CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
87 PUSHBUTTON "&Test Connection",IDC_BTN_TEST,140,194,81,14,WS_GROUP
90 IDD_ADVANCED DIALOG 0, 0, 227, 225
91 STYLE DS_SETFONT | WS_CHILD | WS_CAPTION
93 FONT 8, "MS Shell Dlg"
95 GROUPBOX "Network settings",IDC_GRP_NETWORK,7,7,213,51
96 LTEXT "&Impersonation level:",IDC_LBL_LEVEL,14,22,66,8
97 COMBOBOX IDC_CBO_LEVEL,83,20,131,60,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
98 LTEXT "P&rotection level:",IDC_LBL_PROTECTION,14,39,54,8
99 COMBOBOX IDC_CBO_PROTECTION,83,37,131,60,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
100 GROUPBOX "Other",-1,7,62,213,92
101 LTEXT "Connect:",-1,14,76,100,8
102 EDITTEXT IDC_EDT_TIMEOUT,83,74,48,12,ES_RIGHT | ES_NUMBER
103 LTEXT "seconds.",-1,133,75,28,8
104 LTEXT "A&ccess:",-1,14,91,100,8
105 CONTROL "",IDC_LST_PERMISSIONS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SORTASCENDING | LVS_NOLABELWRAP | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,83,91,131,55
108 IDD_ALL DIALOG 0, 0, 227, 225
109 STYLE DS_SETFONT | WS_CHILD | WS_CAPTION
111 FONT 8, "MS Shell Dlg"
113 CONTROL "",IDC_LST_PROPERTIES,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,33,213,155
114 LTEXT "These are the initialization properties for this type of data. To edit a value, select a property, then choose Edit Value below.",-1,7,7,213,23
115 PUSHBUTTON "&Edit Value...",IDC_BTN_EDIT_ALL,7,194,100,14