imported catch-22 sol clone with authors permission
[reactos.git] / rosapps / games / solitaire / sol.rc
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 /* winemaker: #include "afxres.h" */
11 /* winemaker:warning: 'afxres.h' is an MFC specific header. Replacing it with 'winres.h' */
12 #include "winres.h"
13
14 /////////////////////////////////////////////////////////////////////////////
15 #undef APSTUDIO_READONLY_SYMBOLS
16
17 /////////////////////////////////////////////////////////////////////////////
18 // English (U.K.) resources
19
20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
21 #ifdef _WIN32
22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
23 #pragma code_page(1252)
24 #endif //_WIN32
25
26 /////////////////////////////////////////////////////////////////////////////
27 //
28 // Dialog
29 //
30
31 IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 95
32 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
33 CAPTION "Dialog"
34 FONT 8, "MS Sans Serif"
35 BEGIN
36 DEFPUSHBUTTON "OK",IDOK,129,7,50,14
37 PUSHBUTTON "Cancel",IDCANCEL,129,24,50,14
38 END
39
40
41 /////////////////////////////////////////////////////////////////////////////
42 //
43 // DESIGNINFO
44 //
45
46 #ifdef APSTUDIO_INVOKED
47 GUIDELINES DESIGNINFO DISCARDABLE
48 BEGIN
49 IDD_DIALOG1, DIALOG
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
66 1 TEXTINCLUDE DISCARDABLE
67 BEGIN
68 "resource.h\0"
69 END
70
71 2 TEXTINCLUDE DISCARDABLE
72 BEGIN
73 "#include ""winres.h""\r\n"
74 "\0"
75 END
76
77 3 TEXTINCLUDE DISCARDABLE
78 BEGIN
79 "\r\n"
80 "\0"
81 END
82
83 #endif // APSTUDIO_INVOKED
84
85
86 /////////////////////////////////////////////////////////////////////////////
87 //
88 // Menu
89 //
90
91 IDR_MENU1 MENU DISCARDABLE
92 BEGIN
93 POPUP "&Game"
94 BEGIN
95 MENUITEM "&Deal\tF2", IDM_GAME_NEW
96 MENUITEM SEPARATOR
97 MENUITEM "De&ck...", IDM_GAME_DECK
98 MENUITEM "&Options...", IDM_GAME_OPTIONS
99 MENUITEM SEPARATOR
100 MENUITEM "&Exit", IDM_GAME_EXIT
101 END
102 POPUP "&Help"
103 BEGIN
104 MENUITEM "&Contents\tF1", IDM_HELP_CONTENTS
105 MENUITEM "&About", IDM_HELP_ABOUT
106 END
107 END
108
109
110 /////////////////////////////////////////////////////////////////////////////
111 //
112 // Accelerator
113 //
114
115 IDR_ACCELERATOR1 ACCELERATORS DISCARDABLE
116 BEGIN
117 VK_F1, IDM_HELP_CONTENTS, VIRTKEY, NOINVERT
118 VK_F2, IDM_GAME_NEW, VIRTKEY, NOINVERT
119 END
120
121
122 /////////////////////////////////////////////////////////////////////////////
123 //
124 // Icon
125 //
126
127 // Icon with lowest ID value placed first to ensure application icon
128 // remains consistent on all systems.
129 IDI_ICON1 ICON DISCARDABLE "icon1.ico"
130 #endif // English (U.K.) resources
131 /////////////////////////////////////////////////////////////////////////////
132
133
134
135 #ifndef APSTUDIO_INVOKED
136 /////////////////////////////////////////////////////////////////////////////
137 //
138 // Generated from the TEXTINCLUDE 3 resource.
139 //
140
141
142 /////////////////////////////////////////////////////////////////////////////
143 #endif // not APSTUDIO_INVOKED
144