2019-12-09 03:40:11 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2019 Alistair Leslie-Hughes
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define IDD_PROVIDER 1000
|
|
|
|
#define IDC_BTN_NEXT 1001
|
|
|
|
#define IDC_LST_CONNECTIONS 1002
|
2020-02-18 21:29:27 +00:00
|
|
|
#define IDS_PROVIDER_TITLE 1003
|
|
|
|
#define IDS_PROVIDER_ERROR 1004
|
2020-03-03 00:01:21 +00:00
|
|
|
#define IDS_PROVIDER_NOT_AVAIL 1005
|
2019-12-09 03:40:11 +00:00
|
|
|
|
|
|
|
#define IDS_PROPSHEET_TITLE 2000
|
|
|
|
#define IDS_COL_PROVIDER 2001
|
2020-02-06 03:34:59 +00:00
|
|
|
#define IDS_PERM_READ 2002
|
|
|
|
#define IDS_PERM_READWRITE 2003
|
|
|
|
#define IDS_PERM_SHAREDENYNONE 2004
|
|
|
|
#define IDS_PERM_SHAREDENYREAD 2005
|
|
|
|
#define IDS_PERM_SHAREDENYWRITE 2006
|
|
|
|
#define IDS_PERM_SHAREEXCLUSIVE 2007
|
|
|
|
#define IDS_PERM_WRITE 2008
|
2020-02-03 04:30:13 +00:00
|
|
|
|
|
|
|
#define IDD_CONNECTION 3000
|
|
|
|
#define IDC_BTN_EDIT 3001
|
|
|
|
#define IDC_RDO_SRC_NAME 3002
|
|
|
|
#define IDC_CBO_NAMES 3003
|
|
|
|
#define IDC_BTN_REFRESH 3004
|
|
|
|
#define IDC_BTN_CONNECTION 3005
|
|
|
|
#define IDC_EDT_CONNECTION 3006
|
|
|
|
#define IDC_BTN_BUILD 3007
|
|
|
|
#define IDC_EDT_NAME 3008
|
|
|
|
#define IDC_EDT_PASSWORD 3009
|
|
|
|
#define IDC_CHK_BLANK 3010
|
|
|
|
#define IDC_CHK_SAVE_PASS 3011
|
|
|
|
#define IDC_CBO_INITIAL 3012
|
|
|
|
#define IDC_BTN_TEST 3013
|
|
|
|
#define IDC_LBL_SOURCE 3014
|
|
|
|
#define IDC_LBL_LOGIN 3015
|
|
|
|
#define IDC_LBL_INITIAL 3016
|
|
|
|
#define IDC_LBL_CONNECTION 3017
|
2020-02-06 03:34:59 +00:00
|
|
|
|
|
|
|
#define IDD_ADVANCED 4000
|
|
|
|
#define IDC_CBO_LEVEL 4001
|
|
|
|
#define IDC_CBO_PROTECTION 4002
|
|
|
|
#define IDC_EDT_TIMEOUT 4003
|
|
|
|
#define IDC_LST_PERMISSIONS 4004
|
|
|
|
#define IDC_GRP_NETWORK 4005
|
|
|
|
#define IDC_LBL_LEVEL 4006
|
|
|
|
#define IDC_LBL_PROTECTION 4007
|
2020-02-12 04:52:54 +00:00
|
|
|
|
|
|
|
#define IDD_ALL 5010
|
|
|
|
#define IDC_BTN_EDIT_ALL 5011
|
|
|
|
#define IDC_LST_PROPERTIES 5012
|
|
|
|
#define IDS_COL_NAME 5013
|
|
|
|
#define IDS_COL_VALUE 5014
|