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 "&Paste", IDD_PASTE 47 MENUITEM SEPARATOR 48 MENUITEM "&Beenden", IDM_EXIT 49 END 50END 51 52 53///////////////////////////////////////////////////////////////////////////// 54// 55// Accelerator 56// 57 58IDC_TESTWIN32 ACCELERATORS MOVEABLE PURE 59BEGIN 60 "?", IDM_ABOUT, ASCII, ALT 61 "/", IDM_ABOUT, ASCII, ALT 62END 63 64 65#ifdef APSTUDIO_INVOKED 66///////////////////////////////////////////////////////////////////////////// 67// 68// TEXTINCLUDE 69// 70 712 TEXTINCLUDE DISCARDABLE 72BEGIN 73 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" 74 "#include ""windows.h""\r\n" 75 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" 76 "#include ""resource.h""\r\n" 77 "\0" 78END 79 803 TEXTINCLUDE DISCARDABLE 81BEGIN 82 "\r\n" 83 "\0" 84END 85 861 TEXTINCLUDE DISCARDABLE 87BEGIN 88 "resource.h\0" 89END 90 91#endif // APSTUDIO_INVOKED 92 93 94///////////////////////////////////////////////////////////////////////////// 95// 96// String Table 97// 98 99STRINGTABLE DISCARDABLE 100BEGIN 101 IDS_APP_TITLE "TestWin32" 102 IDS_HELLO "Hallo Welt!" 103 IDC_TESTWIN32 "TESTWIN32" 104END 105 106#endif // German (Germany) resources 107///////////////////////////////////////////////////////////////////////////// 108 109 110 111#ifndef APSTUDIO_INVOKED 112///////////////////////////////////////////////////////////////////////////// 113// 114// Generated from the TEXTINCLUDE 3 resource. 115// 116 117 118///////////////////////////////////////////////////////////////////////////// 119#endif // not APSTUDIO_INVOKED 120 121