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#define APSTUDIO_HIDDEN_SYMBOLS
11#include "windows.h"
12#undef APSTUDIO_HIDDEN_SYMBOLS
13#include "resource.h"
14
15/////////////////////////////////////////////////////////////////////////////
16#undef APSTUDIO_READONLY_SYMBOLS
17
18/////////////////////////////////////////////////////////////////////////////
19// German (Germany) resources
20
21#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
22#ifdef _WIN32
23LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
24#pragma code_page(1252)
25#endif //_WIN32
26
27/////////////////////////////////////////////////////////////////////////////
28//
29// Icon
30//
31
32// Icon with lowest ID value placed first to ensure application icon
33// remains consistent on all systems.
34IDI_TESTWIN32           ICON    DISCARDABLE     "TestWin32.ICO"
35IDI_SMALL               ICON    DISCARDABLE     "SMALL.ICO"
36
37/////////////////////////////////////////////////////////////////////////////
38//
39// Menu
40//
41
42IDC_TESTWIN32 MENU DISCARDABLE
43BEGIN
44    POPUP "&Datei"
45    BEGIN
46        MENUITEM "&Copy",                       IDD_COPY
47        MENUITEM "Paste",                       IDD_PASTE2
48        MENUITEM "Set Locale",                  IDD_LOCALE
49        MENUITEM SEPARATOR
50        MENUITEM "&Beenden",                    IDM_EXIT
51    END
52END
53
54
55/////////////////////////////////////////////////////////////////////////////
56//
57// Accelerator
58//
59
60IDC_TESTWIN32 ACCELERATORS MOVEABLE PURE
61BEGIN
62    "?",            IDM_ABOUT,              ASCII,  ALT
63    "/",            IDM_ABOUT,              ASCII,  ALT
64END
65
66
67#ifdef APSTUDIO_INVOKED
68/////////////////////////////////////////////////////////////////////////////
69//
70// TEXTINCLUDE
71//
72
732 TEXTINCLUDE DISCARDABLE
74BEGIN
75    "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
76    "#include ""windows.h""\r\n"
77    "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
78    "#include ""resource.h""\r\n"
79    "\0"
80END
81
823 TEXTINCLUDE DISCARDABLE
83BEGIN
84    "\r\n"
85    "\0"
86END
87
881 TEXTINCLUDE DISCARDABLE
89BEGIN
90    "resource.h\0"
91END
92
93#endif    // APSTUDIO_INVOKED
94
95
96/////////////////////////////////////////////////////////////////////////////
97//
98// String Table
99//
100
101STRINGTABLE DISCARDABLE
102BEGIN
103    IDS_APP_TITLE           "TestWin32"
104    IDS_HELLO               "Hallo Welt!"
105    IDC_TESTWIN32           "TESTWIN32"
106END
107
108#endif    // German (Germany) resources
109/////////////////////////////////////////////////////////////////////////////
110
111
112
113#ifndef APSTUDIO_INVOKED
114/////////////////////////////////////////////////////////////////////////////
115//
116// Generated from the TEXTINCLUDE 3 resource.
117//
118
119
120/////////////////////////////////////////////////////////////////////////////
121#endif    // not APSTUDIO_INVOKED
122
123