winex11: Consider zero-size windows mapped even when they are positioned at 0,0.
[wine/multimedia.git] / programs / winhlp32 / winhlp32.rc
blobbd0162f2e01d77ba6da83e581781090756995398
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 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
26 MAIN_MENU MENU
28  POPUP "&File" {
29   MENUITEM "&Open...", MNID_FILE_OPEN
30   MENUITEM SEPARATOR
31   MENUITEM "&Print...", MNID_FILE_PRINT
32   MENUITEM "Printer &setup...", MNID_FILE_SETUP
33    MENUITEM SEPARATOR
34   MENUITEM "E&xit", MNID_FILE_EXIT
35  }
36  POPUP "&Edit" {
37    MENUITEM "&Copy", MNID_EDIT_COPYDLG
38    MENUITEM SEPARATOR
39    MENUITEM "&Annotate...", MNID_EDIT_ANNOTATE
40  }
41  POPUP "&Bookmark" {
42    MENUITEM "&Define...", MNID_BKMK_DEFINE
43  }
44  POPUP "&Options" {
45   MENUITEM "History",           MNID_OPTS_HISTORY
46   POPUP    "Fonts"
47   BEGIN
48     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
49     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
50     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
51   END
52  }
53  POPUP "&Help" {
54    MENUITEM "&Help on help\tF1", MNID_HELP_HELPON
55    MENUITEM "Always on &top", MNID_HELP_HELPTOP
56    MENUITEM "&About Wine Help", MNID_HELP_ABOUT
57  }
60 CONTEXT_MENU MENU
61 BEGIN
62         POPUP ""
63         BEGIN
64                 MENUITEM "Annotation...",       MNID_CTXT_ANNOTATE
65                 MENUITEM "Copy",                MNID_CTXT_COPY
66                 MENUITEM "Print...",            MNID_CTXT_PRINT
67                 POPUP    "Fonts"
68                 BEGIN
69                         MENUITEM "Small",       MNID_CTXT_FONTS_SMALL
70                         MENUITEM "Normal",      MNID_CTXT_FONTS_NORMAL
71                         MENUITEM "Large",       MNID_CTXT_FONTS_LARGE
72                 END
73         END
74 END
76 STRINGTABLE
78 STID_WINE_HELP,         "Wine Help"
79 STID_WHERROR,           "ERROR"
80 STID_WARNING,           "WARNING"
81 STID_INFO,              "Information"
82 STID_NOT_IMPLEMENTED,   "Not yet implemented"
83 STID_HLPFILE_ERROR_s,   "Error while reading the help file `%s'"
84 STID_INDEX,             "&Index"
85 STID_CONTENTS,          "Summary"
86 STID_BACK,              "&Back"
87 STID_ALL_FILES,         "All files (*.*)"
88 STID_HELP_FILES_HLP,    "Help files (*.hlp)"
89 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
90 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"
91 STID_PSH_INDEX,         "Help topics: "
94 IDD_INDEX DIALOG 0, 0, 200, 190
95 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
96 FONT 8, "MS Shell Dlg"
97 CAPTION "Index"
99     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
102 IDD_SEARCH DIALOG 0, 0, 200, 190
103 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
104 FONT 8, "MS Shell Dlg"
105 CAPTION "Search"
107     LTEXT  "Not yet implemented", -1, 10, 10, 180, 150
110 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
113 MAIN_ACCEL ACCELERATORS
115     VK_F1, MNID_HELP_HELPON, VIRTKEY
118 /* @makedep: winhelp.ico */
119 IDI_WINHELP ICON winhelp.ico