msvcrt: Add a new file for the x86_64 exception handling.
[wine/multimedia.git] / programs / view / view.rc
blobaae88e804fa6b62205308b02f3c018f911478971
1 /*
2  * View resources
3  *
4  * Copyright 1998 Douglas Ridgway
5  * Copyright 2003 Marcelo Duarte
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
22 #include "resource.h"
24 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
26 VIEW MENU
27 BEGIN
28     POPUP "&File"
29     BEGIN
30         MENUITEM "&Open...",                    IDM_OPEN
31         MENUITEM "E&xit",                       IDM_EXIT
32     END
33     POPUP "&Pan"
34     BEGIN
35       MENUITEM "&Scale to Window",              IDM_SET_EXT_TO_WIN
36       MENUITEM SEPARATOR
37       MENUITEM "&Left",                         IDM_LEFT
38       MENUITEM "&Right",                        IDM_RIGHT
39       MENUITEM "&Up",                           IDM_UP
40       MENUITEM "&Down",                         IDM_DOWN
41     END
42 END
44 STRINGTABLE
45 BEGIN
46     IDS_DESCRIPTION         "Regular Metafile Viewer"
47 END