-revert janderwalds change until because it breaks the gcc 4.x build
[reactos.git] / reactos / base / applications / games / solitaire / lang / de-DE.rc
1 /*
2 * PROJECT: Solitaire
3 * LICENSE: Freeware, permission to use under Public Domain
4 * FILE: base/applications/games/solitaire/de.rc
5 * PURPOSE: German Language File for Solitaire
6 * PROGRAMMERS: Daniel "EmuandCo" Reimer (reimer.daniel@freenet.de)
7 */
8 #include "resource.h"
9
10 #define APSTUDIO_READONLY_SYMBOLS
11
12 /* winemaker: #include "afxres.h" */
13 /* winemaker:warning: 'afxres.h' is an MFC specific header. Replacing it with 'winres.h' */
14 #include "winres.h"
15
16 /////
17
18 #undef APSTUDIO_READONLY_SYMBOLS
19
20 /////
21 // German resources
22
23 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
24 #ifdef _WIN32
25 LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
26 #pragma code_page(1252)
27 #endif //_WIN32
28
29 /////
30 // Dialog
31
32 IDD_DIALOG1 DIALOGEX DISCARDABLE 0, 0, 186, 95
33 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
34 CAPTION "Dialog"
35 FONT 8, "MS Shell Dlg"
36 EXSTYLE DS_SHELLFONT
37 BEGIN
38 DEFPUSHBUTTON "OK",IDOK,129,7,50,14
39 PUSHBUTTON "Abbrechen",IDCANCEL,129,24,50,14
40 END
41
42
43 /////
44 // DESIGNINFO
45
46 #ifdef APSTUDIO_INVOKED
47 GUIDELINES DESIGNINFO DISCARDABLE
48 BEGIN
49 IDD_DIALOG1, DIALOGEX
50 BEGIN
51 LEFTMARGIN, 7
52 RIGHTMARGIN, 179
53 TOPMARGIN, 7
54 BOTTOMMARGIN, 88
55 END
56 END
57 #endif // APSTUDIO_INVOKED
58
59
60 #ifdef APSTUDIO_INVOKED
61
62 /////
63 // TEXTINCLUDE
64
65 1 TEXTINCLUDE DISCARDABLE
66 BEGIN
67 "resource.h\0"
68 END
69
70 2 TEXTINCLUDE DISCARDABLE
71 BEGIN
72 "#include ""winres.h""\r\n"
73 "\0"
74 END
75
76 3 TEXTINCLUDE DISCARDABLE
77 BEGIN
78 "\r\n"
79 "\0"
80 END
81
82 #endif // APSTUDIO_INVOKED
83
84
85 /////
86 // Menu
87
88 IDR_MENU1 MENU DISCARDABLE
89 BEGIN
90 POPUP "&Spiel"
91 BEGIN
92 MENUITEM "&Karten geben\t F2", IDM_GAME_NEW
93 MENUITEM SEPARATOR
94 MENUITEM "&Deckblatt...", IDM_GAME_DECK
95 MENUITEM "&Optionen...", IDM_GAME_OPTIONS
96 MENUITEM SEPARATOR
97 MENUITEM "&Beenden", IDM_GAME_EXIT
98 END
99 POPUP "&?"
100 BEGIN
101 MENUITEM "&Inhalt\tF1", IDM_HELP_CONTENTS
102 MENUITEM "Inf&o", IDM_HELP_ABOUT
103 END
104 END
105
106 /////
107 // Accelerator
108
109 IDR_ACCELERATOR1 ACCELERATORS DISCARDABLE
110 BEGIN
111 VK_F1, IDM_HELP_CONTENTS, VIRTKEY, NOINVERT
112 VK_F2, IDM_GAME_NEW, VIRTKEY, NOINVERT
113 END
114
115
116 /////
117 // Icon
118
119 IDI_ICON1 ICON DISCARDABLE "solitaire.ico"
120 #endif // German resources
121
122 /////
123
124
125 #ifndef APSTUDIO_INVOKED
126
127 /////
128 #endif // not APSTUDIO_INVOKED