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 "&CB Viewer off", IDD_CBVIEWER 68 MENUITEM SEPARATOR 69 MENUITEM "&Beenden", IDM_EXIT 70 END 71END 72 73 74///////////////////////////////////////////////////////////////////////////// 75// 76// Accelerator 77// 78 79IDC_TESTWIN32 ACCELERATORS MOVEABLE PURE 80BEGIN 81 "?", IDM_ABOUT, ASCII, ALT 82 "/", IDM_ABOUT, ASCII, ALT 83END 84 85 86#ifdef APSTUDIO_INVOKED 87///////////////////////////////////////////////////////////////////////////// 88// 89// TEXTINCLUDE 90// 91 922 TEXTINCLUDE DISCARDABLE 93BEGIN 94 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" 95 "#include ""windows.h""\r\n" 96 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" 97 "#include ""resource.h""\r\n" 98 "\0" 99END 100 1013 TEXTINCLUDE DISCARDABLE 102BEGIN 103 "\r\n" 104 "\0" 105END 106 1071 TEXTINCLUDE DISCARDABLE 108BEGIN 109 "resource.h\0" 110END 111 112#endif // APSTUDIO_INVOKED 113 114 115///////////////////////////////////////////////////////////////////////////// 116// 117// String Table 118// 119 120STRINGTABLE DISCARDABLE 121BEGIN 122 IDS_APP_TITLE "TestWin32" 123 IDS_HELLO "Hallo Welt!" 124 IDC_TESTWIN32 "TESTWIN32" 125 IDS_CBVIEWER_ON "CB Viewer on" 126 IDS_CBVIEWER_OFF "CB Viewer off" 127END 128 129STRINGTABLE DISCARDABLE 130BEGIN 131 IDS_MSG_CBVIEWER_IS_OFF "Clipboard Viewer inactive!" 132END 133 134#endif // German (Germany) resources 135///////////////////////////////////////////////////////////////////////////// 136 137 138 139#ifndef APSTUDIO_INVOKED 140///////////////////////////////////////////////////////////////////////////// 141// 142// Generated from the TEXTINCLUDE 3 resource. 143// 144 145 146///////////////////////////////////////////////////////////////////////////// 147#endif // not APSTUDIO_INVOKED 148 149