|
/* OpenPGP Smart Card Mini Driver |
|
|
Copyright (C) 2009 Vincent Le Toux |
|
|
|
|
|
This library is Free software; you can redistribute it and/or |
|
|
modify it under the terms of the GNU Lesser General Public |
|
|
License version 2.1 as published by the Free Software Foundation. |
|
|
|
|
|
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
|
*/ |
|
|
|
|
1 |
#define IDD_DLG 1000 |
#define IDD_DLG 1000 |
2 |
#define IDC_CONNECT 1001 |
#define IDC_CONNECT 1001 |
3 |
#define IDC_CurrentDll 1002 |
#define IDC_CurrentDll 1002 |
17 |
#define IDC_CONTAINERINDEX 1016 |
#define IDC_CONTAINERINDEX 1016 |
18 |
#define IDC_NEWKEY 1017 |
#define IDC_NEWKEY 1017 |
19 |
#define IDC_IMPORTKEY 1018 |
#define IDC_IMPORTKEY 1018 |
20 |
|
#define IDC_SAMEKEY 1019 |