midimap: Handle MIDI running status.
[wine.git] / programs / winhlp32 / winhlp32.rc
blobac50c6af787b3efe36184e24c3bc71c0b120b40a
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
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 "winhelp_res.h"
24 #pragma makedep po
26 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
28 MAIN_MENU MENU
30  POPUP "&File" {
31   MENUITEM "&Open...", MNID_FILE_OPEN
32   MENUITEM SEPARATOR
33   MENUITEM "&Print...", MNID_FILE_PRINT
34   MENUITEM "Printer &setup...", MNID_FILE_SETUP
35    MENUITEM SEPARATOR
36   MENUITEM "E&xit", MNID_FILE_EXIT
37  }
38  POPUP "&Edit" {
39    MENUITEM "&Copy", MNID_EDIT_COPYDLG
40    MENUITEM SEPARATOR
41    MENUITEM "&Annotate...", MNID_EDIT_ANNOTATE
42  }
43  POPUP "&Bookmark" {
44    MENUITEM "&Define...", MNID_BKMK_DEFINE
45  }
46  POPUP "&Options" {
47   MENUITEM "Always on &top", MNID_HELP_HELPTOP
48   MENUITEM "History",           MNID_OPTS_HISTORY
49   POPUP    "Fonts"
50   BEGIN
51     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
52     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
53     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
54   END
55  }
56  POPUP "&Help" {
57    MENUITEM "&Help on help\tF1", MNID_HELP_HELPON
58    MENUITEM "&About Wine Help", MNID_HELP_ABOUT
59  }
62 CONTEXT_MENU MENU
63 BEGIN
64         POPUP ""
65         BEGIN
66                 MENUITEM "Annotation...",       MNID_CTXT_ANNOTATE
67                 MENUITEM "Copy",                MNID_CTXT_COPY
68                 MENUITEM "Print...",            MNID_CTXT_PRINT
69                 POPUP    "Fonts"
70                 BEGIN
71                         MENUITEM "Small",       MNID_CTXT_FONTS_SMALL
72                         MENUITEM "Normal",      MNID_CTXT_FONTS_NORMAL
73                         MENUITEM "Large",       MNID_CTXT_FONTS_LARGE
74                 END
75         END
76 END
78 STRINGTABLE
80 STID_WINE_HELP,         "Wine Help"
81 STID_WHERROR,           "ERROR"
82 STID_WARNING,           "WARNING"
83 STID_INFO,              "Information"
84 STID_NOT_IMPLEMENTED,   "Not yet implemented"
85 STID_HLPFILE_ERROR_s,   "Error while reading the help file `%s'"
86 STID_INDEX,             "&Index"
87 STID_CONTENTS,          "Summary"
88 STID_BACK,              "&Back"
89 STID_ALL_FILES,         "All files (*.*)"
90 STID_HELP_FILES_HLP,    "Help files (*.hlp)"
91 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
92 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"
93 STID_PSH_INDEX,         "Help topics: "
96 IDD_INDEX DIALOG 0, 0, 200, 190
97 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
98 FONT 8, "MS Shell Dlg"
99 CAPTION "Index"
101     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
104 IDD_SEARCH DIALOG 0, 0, 200, 190
105 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
106 FONT 8, "MS Shell Dlg"
107 CAPTION "Search"
109     LTEXT  "Not yet implemented", -1, 10, 10, 180, 150
112 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
115 MAIN_ACCEL ACCELERATORS
117     VK_F1, MNID_HELP_HELPON, VIRTKEY
120 /* @makedep: winhelp.ico */
121 IDI_WINHELP ICON winhelp.ico