-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathIeSwitchSsl.rc
29 lines (22 loc) · 1.13 KB
/
IeSwitchSsl.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
////////////////////////////////////////////////////////////////////////////////////////////////////
// IeSwitchSsl
//
// Copyright ©2008 Liam Kirton <liam@int3.ws>
////////////////////////////////////////////////////////////////////////////////////////////////////
// IeSwitchSsl.rc
//
// Created: 27/09/2007
////////////////////////////////////////////////////////////////////////////////////////////////////
ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "IeSwitchSsl.manifest"
////////////////////////////////////////////////////////////////////////////////////////////////////
#include "Resources.h"
#include <windows.h>
////////////////////////////////////////////////////////////////////////////////////////////////////
TBI_ON BITMAP "Resources\\On.bmp"
TBI_OFF BITMAP "Resources\\Off.bmp"
TBI_CERTVERIFY BITMAP "Resources\\Certificates.bmp"
TBI_PROTOCOLS BITMAP "Resources\\Protocols.bmp"
TBI_SSL BITMAP "Resources\\Ciphers.bmp"
TBI_ALGS BITMAP "Resources\\Algorithms.bmp"
TBI_HELP BITMAP "Resources\\Help.bmp"
////////////////////////////////////////////////////////////////////////////////////////////////////