1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22//Microsoft Developer Studio generated resource script.
23//
24#include "resource.h"
25
26#define APSTUDIO_READONLY_SYMBOLS
27/////////////////////////////////////////////////////////////////////////////
28//
29// Generated from the TEXTINCLUDE 2 resource.
30//
31#define APSTUDIO_HIDDEN_SYMBOLS
32#include "windows.h"
33#undef APSTUDIO_HIDDEN_SYMBOLS
34#include "resource.h"
35
36/////////////////////////////////////////////////////////////////////////////
37#undef APSTUDIO_READONLY_SYMBOLS
38
39/////////////////////////////////////////////////////////////////////////////
40// German (Germany) resources
41
42#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
43#ifdef _WIN32
44LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
45#pragma code_page(1252)
46#endif //_WIN32
47
48/////////////////////////////////////////////////////////////////////////////
49//
50// Icon
51//
52
53// Icon with lowest ID value placed first to ensure application icon
54// remains consistent on all systems.
55IDI_TESTWIN32           ICON    DISCARDABLE     "TestWin32.ICO"
56IDI_SMALL               ICON    DISCARDABLE     "SMALL.ICO"
57
58/////////////////////////////////////////////////////////////////////////////
59//
60// Menu
61//
62
63IDC_TESTWIN32 MENU DISCARDABLE
64BEGIN
65    POPUP "&Datei"
66    BEGIN
67        MENUITEM "&Copy",                       IDD_COPY
68        MENUITEM "Paste",                       IDD_PASTE2
69        MENUITEM "Set Locale",                  IDD_LOCALE
70        MENUITEM SEPARATOR
71        MENUITEM "&Beenden",                    IDM_EXIT
72    END
73END
74
75
76/////////////////////////////////////////////////////////////////////////////
77//
78// Accelerator
79//
80
81IDC_TESTWIN32 ACCELERATORS MOVEABLE PURE
82BEGIN
83    "?",            IDM_ABOUT,              ASCII,  ALT
84    "/",            IDM_ABOUT,              ASCII,  ALT
85END
86
87
88#ifdef APSTUDIO_INVOKED
89/////////////////////////////////////////////////////////////////////////////
90//
91// TEXTINCLUDE
92//
93
942 TEXTINCLUDE DISCARDABLE
95BEGIN
96    "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
97    "#include ""windows.h""\r\n"
98    "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
99    "#include ""resource.h""\r\n"
100    "\0"
101END
102
1033 TEXTINCLUDE DISCARDABLE
104BEGIN
105    "\r\n"
106    "\0"
107END
108
1091 TEXTINCLUDE DISCARDABLE
110BEGIN
111    "resource.h\0"
112END
113
114#endif    // APSTUDIO_INVOKED
115
116
117/////////////////////////////////////////////////////////////////////////////
118//
119// String Table
120//
121
122STRINGTABLE DISCARDABLE
123BEGIN
124    IDS_APP_TITLE           "TestWin32"
125    IDS_HELLO               "Hallo Welt!"
126    IDC_TESTWIN32           "TESTWIN32"
127END
128
129#endif    // German (Germany) resources
130/////////////////////////////////////////////////////////////////////////////
131
132
133
134#ifndef APSTUDIO_INVOKED
135/////////////////////////////////////////////////////////////////////////////
136//
137// Generated from the TEXTINCLUDE 3 resource.
138//
139
140
141/////////////////////////////////////////////////////////////////////////////
142#endif    // not APSTUDIO_INVOKED
143
144