2008-12-16 18:45:30 +01:00
|
|
|
/*
|
|
|
|
* cryptui dll resources
|
|
|
|
*
|
|
|
|
* Copyright 2008 Juan Lang
|
|
|
|
*
|
|
|
|
* 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
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "cryptuires.h"
|
|
|
|
|
2008-12-17 18:00:24 +01:00
|
|
|
/* @makedep: smallicons.bmp */
|
2010-07-21 23:51:25 +02:00
|
|
|
IDB_SMALL_ICONS BITMAP smallicons.bmp
|
2008-12-17 18:00:24 +01:00
|
|
|
|
2008-12-16 18:52:20 +01:00
|
|
|
/* @makedep: cert.bmp */
|
2010-07-21 23:51:25 +02:00
|
|
|
IDB_CERT BITMAP cert.bmp
|
2008-12-16 18:52:20 +01:00
|
|
|
|
|
|
|
/* @makedep: certerror.bmp */
|
2010-07-21 23:51:25 +02:00
|
|
|
IDB_CERT_ERROR BITMAP certerror.bmp
|
2008-12-16 18:52:20 +01:00
|
|
|
|
|
|
|
/* @makedep: certwarning.bmp */
|
2010-07-21 23:51:25 +02:00
|
|
|
IDB_CERT_WARNING BITMAP certwarning.bmp
|
2008-12-16 18:52:20 +01:00
|
|
|
|
2008-12-18 23:02:15 +01:00
|
|
|
/* @makedep: checks.bmp */
|
2010-07-21 23:51:25 +02:00
|
|
|
IDB_CHECKS BITMAP checks.bmp
|
2008-12-18 23:02:15 +01:00
|
|
|
|
2008-12-24 17:03:10 +01:00
|
|
|
/* @makedep: certwatermark.bmp */
|
2010-07-21 23:51:25 +02:00
|
|
|
IDB_CERT_WATERMARK BITMAP certwatermark.bmp
|
2008-12-24 17:03:10 +01:00
|
|
|
|
2008-12-24 17:43:14 +01:00
|
|
|
/* @makedep: certheader.bmp */
|
2010-07-21 23:51:25 +02:00
|
|
|
IDB_CERT_HEADER BITMAP certheader.bmp
|