winhlp32: Use a standard About dialog, with the proper icon.
[wine] / programs / winhlp32 / En.rc
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  */
21
22 #include "winhelp_res.h"
23
24 /* Menu */
25
26 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
27
28 MAIN_MENU MENU
29 {
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    POPUP        "Help always visible"
48    BEGIN
49      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
50      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
51      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
52   END
53   MENUITEM "History",           MNID_OPTS_HISTORY
54   POPUP    "Fonts"
55   BEGIN
56     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
57     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
58     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
59   END
60   MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
61  }
62  POPUP "&Help" {
63    MENUITEM "Help &on help", MNID_HELP_HELPON
64    MENUITEM "Always on &top", MNID_HELP_HELPTOP
65    MENUITEM SEPARATOR
66    MENUITEM "&About Wine Help", MNID_HELP_ABOUT
67  }
68 }
69
70 LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
71
72 MAIN_MENU MENU
73 {
74  POPUP "&File" {
75   MENUITEM "&Open", MNID_FILE_OPEN
76   MENUITEM SEPARATOR
77   MENUITEM "&Print", MNID_FILE_PRINT
78   MENUITEM "Printer &setup...", MNID_FILE_SETUP
79    MENUITEM SEPARATOR
80   MENUITEM "E&xit", MNID_FILE_EXIT
81  }
82  POPUP "&Edit" {
83    MENUITEM "&Copy...", MNID_EDIT_COPYDLG
84    MENUITEM SEPARATOR
85    MENUITEM "&Annotate...", MNID_EDIT_ANNOTATE
86  }
87  POPUP "&Bookmark" {
88    MENUITEM "&Define...", MNID_BKMK_DEFINE
89  }
90  POPUP "&Options" {
91    POPUP        "Help always visible"
92    BEGIN
93      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
94      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
95      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
96   END
97   MENUITEM "History",           MNID_OPTS_HISTORY
98   POPUP    "Fonts"
99   BEGIN
100     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
101     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
102     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
103   END
104   MENUITEM "Use system colours",        MNID_OPTS_SYSTEM_COLORS
105  }
106  POPUP "&Help" {
107    MENUITEM "Help &on help", MNID_HELP_HELPON
108    MENUITEM "Always on &top", MNID_HELP_HELPTOP
109    MENUITEM SEPARATOR
110    MENUITEM "&About Wine Help", MNID_HELP_ABOUT
111  }
112 }
113
114 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
115
116 IDD_INDEX DIALOG 0, 0, 200, 190
117 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
118 FONT 8, "MS Shell Dlg"
119 CAPTION "Index"
120 {
121     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
122 }
123
124 IDD_SEARCH DIALOG 0, 0, 200, 190
125 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
126 FONT 8, "MS Shell Dlg"
127 CAPTION "Search"
128 {
129     LTEXT  "Not implemented yet", -1, 10, 10, 180, 150
130 }
131
132 /* Strings */
133 STRINGTABLE
134 {
135 STID_WINE_HELP,         "Wine Help"
136 STID_WHERROR,           "ERROR"
137 STID_WARNING,           "WARNING"
138 STID_INFO,              "Information"
139 STID_NOT_IMPLEMENTED,   "Not implemented"
140 STID_HLPFILE_ERROR_s,   "Error while reading the help file `%s'"
141 STID_INDEX,             "&Index"
142 STID_CONTENTS,          "Summary"
143 STID_BACK,              "&Back"
144 STID_ALL_FILES,         "All files (*.*)"
145 STID_HELP_FILES_HLP,    "Help files (*.hlp)"
146 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
147 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"
148 STID_PSH_INDEX,         "Help topics: "
149 }
150
151 CONTEXT_MENU MENU
152 BEGIN
153         POPUP ""
154         BEGIN
155                 MENUITEM "Annotation...",       MNID_CTXT_ANNOTATE
156                 MENUITEM "Copy",                MNID_CTXT_COPY
157                 MENUITEM "Print...",            MNID_CTXT_PRINT
158                 POPUP    "Fonts"
159                 BEGIN
160                         MENUITEM "Small",       MNID_CTXT_FONTS_SMALL
161                         MENUITEM "Normal",      MNID_CTXT_FONTS_NORMAL
162                         MENUITEM "Large",       MNID_CTXT_FONTS_LARGE
163                 END
164                 POPUP   "Help always visible"
165                 BEGIN
166                         MENUITEM "Default",     MNID_CTXT_HELP_DEFAULT
167                         MENUITEM "Visible",     MNID_CTXT_HELP_VISIBLE
168                         MENUITEM "Non visible", MNID_CTXT_HELP_NONVISIBLE
169                 END
170                 MENUITEM "Use system colors",   MNID_CTXT_SYSTEM_COLORS
171         END
172 END
173
174 LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
175
176 CONTEXT_MENU MENU
177 BEGIN
178         POPUP ""
179         BEGIN
180                 MENUITEM "Annotation...",       MNID_CTXT_ANNOTATE
181                 MENUITEM "Copy",                MNID_CTXT_COPY
182                 MENUITEM "Print...",            MNID_CTXT_PRINT
183                 POPUP    "Fonts"
184                 BEGIN
185                         MENUITEM "Small",       MNID_CTXT_FONTS_SMALL
186                         MENUITEM "Normal",      MNID_CTXT_FONTS_NORMAL
187                         MENUITEM "Large",       MNID_CTXT_FONTS_LARGE
188                 END
189                 POPUP   "Help always visible"
190                 BEGIN
191                         MENUITEM "Default",     MNID_CTXT_HELP_DEFAULT
192                         MENUITEM "Visible",     MNID_CTXT_HELP_VISIBLE
193                         MENUITEM "Non visible", MNID_CTXT_HELP_NONVISIBLE
194                 END
195                 MENUITEM "Use system colours",   MNID_CTXT_SYSTEM_COLORS
196         END
197 END