resource.h 1.55 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
/*
 * 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

#define IDS_PROPSHEET_TITLE 2000
#define IDS_COL_PROVIDER    2001
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43

#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