1 |
//Microsoft Developer Studio generated resource script.
|
2 |
//
|
3 |
#include "resource.h"
|
4 |
|
5 |
#define APSTUDIO_READONLY_SYMBOLS
|
6 |
/////////////////////////////////////////////////////////////////////////////
|
7 |
//
|
8 |
// Generated from the TEXTINCLUDE 2 resource.
|
9 |
//
|
10 |
#include "afxres.h"
|
11 |
|
12 |
/////////////////////////////////////////////////////////////////////////////
|
13 |
#undef APSTUDIO_READONLY_SYMBOLS
|
14 |
|
15 |
/////////////////////////////////////////////////////////////////////////////
|
16 |
// English (U.S.) resources
|
17 |
|
18 |
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
19 |
#ifdef _WIN32
|
20 |
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
21 |
#pragma code_page(1252)
|
22 |
#endif //_WIN32
|
23 |
|
24 |
#ifdef APSTUDIO_INVOKED
|
25 |
/////////////////////////////////////////////////////////////////////////////
|
26 |
//
|
27 |
// TEXTINCLUDE
|
28 |
//
|
29 |
|
30 |
1 TEXTINCLUDE DISCARDABLE
|
31 |
BEGIN
|
32 |
"resource.h\0"
|
33 |
END
|
34 |
|
35 |
2 TEXTINCLUDE DISCARDABLE
|
36 |
BEGIN
|
37 |
"#include ""afxres.h""\r\n"
|
38 |
"\0"
|
39 |
END
|
40 |
|
41 |
3 TEXTINCLUDE DISCARDABLE
|
42 |
BEGIN
|
43 |
"\r\n"
|
44 |
"\0"
|
45 |
END
|
46 |
|
47 |
#endif // APSTUDIO_INVOKED
|
48 |
|
49 |
|
50 |
/////////////////////////////////////////////////////////////////////////////
|
51 |
//
|
52 |
// Icon
|
53 |
//
|
54 |
|
55 |
// Icon with lowest ID value placed first to ensure application icon
|
56 |
// remains consistent on all systems.
|
57 |
IDI_ICON ICON DISCARDABLE "filehashicon.ico"
|
58 |
|
59 |
/////////////////////////////////////////////////////////////////////////////
|
60 |
//
|
61 |
// Menu
|
62 |
//
|
63 |
|
64 |
IDR_FILEHASH MENU DISCARDABLE
|
65 |
BEGIN
|
66 |
POPUP "&File"
|
67 |
BEGIN
|
68 |
MENUITEM "&Open file(s) to signature", ID_FILE_OPEN_FOR_SIG
|
69 |
MENUITEM SEPARATOR
|
70 |
MENUITEM "&Close", ID_FILE_EXIT
|
71 |
END
|
72 |
POPUP "&Actions"
|
73 |
BEGIN
|
74 |
MENUITEM "&Halt file signature operation", ID_ACTIONS_HALTSIGOP
|
75 |
, GRAYED
|
76 |
END
|
77 |
POPUP "&Options"
|
78 |
BEGIN
|
79 |
MENUITEM "&Use sound", ID_OPTIONS_USE_SOUND
|
80 |
, CHECKED
|
81 |
MENUITEM "&Window always on top", ID_OPTIONS_WINDOWALWAYSONTOP
|
82 |
, CHECKED
|
83 |
END
|
84 |
POPUP "&Help"
|
85 |
BEGIN
|
86 |
MENUITEM "&Help", ID_HELP_HELP
|
87 |
MENUITEM "&About FileHash", ID_HELP_ABOUT
|
88 |
END
|
89 |
END
|
90 |
|
91 |
#endif // English (U.S.) resources
|
92 |
/////////////////////////////////////////////////////////////////////////////
|
93 |
|
94 |
|
95 |
|
96 |
#ifndef APSTUDIO_INVOKED
|
97 |
/////////////////////////////////////////////////////////////////////////////
|
98 |
//
|
99 |
// Generated from the TEXTINCLUDE 3 resource.
|
100 |
//
|
101 |
|
102 |
|
103 |
/////////////////////////////////////////////////////////////////////////////
|
104 |
#endif // not APSTUDIO_INVOKED
|
105 |
|