~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/programs/winhlp32/En.rc

Version: ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  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 MAIN_MENU MENU LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 27 {
 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    POPUP        "Help always visible"
 46    BEGIN
 47      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
 48      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
 49      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
 50   END
 51   MENUITEM "History",           MNID_OPTS_HISTORY
 52   POPUP    "Fonts"
 53   BEGIN
 54     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
 55     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
 56     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
 57   END
 58   MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
 59  }
 60  POPUP "&Help" {
 61    MENUITEM "Help &on help", MNID_HELP_HELPON
 62    MENUITEM "Always on &top", MNID_HELP_HELPTOP
 63    MENUITEM SEPARATOR
 64    MENUITEM "&Info...", MNID_HELP_ABOUT
 65 #ifdef WINELIB
 66    MENUITEM "&About Wine", MNID_HELP_WINE
 67 #endif
 68  }
 69 }
 70 
 71 MAIN_MENU MENU LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
 72 {
 73  POPUP "&File" {
 74   MENUITEM "&Open", MNID_FILE_OPEN
 75   MENUITEM SEPARATOR
 76   MENUITEM "&Print", MNID_FILE_PRINT
 77   MENUITEM "Printer &setup...", MNID_FILE_SETUP
 78    MENUITEM SEPARATOR
 79   MENUITEM "E&xit", MNID_FILE_EXIT
 80  }
 81  POPUP "&Edit" {
 82    MENUITEM "&Copy...", MNID_EDIT_COPYDLG
 83    MENUITEM SEPARATOR
 84    MENUITEM "&Annotate...", MNID_EDIT_ANNOTATE
 85  }
 86  POPUP "&Bookmark" {
 87    MENUITEM "&Define...", MNID_BKMK_DEFINE
 88  }
 89  POPUP "&Options" {
 90    POPUP        "Help always visible"
 91    BEGIN
 92      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
 93      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
 94      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
 95   END
 96   MENUITEM "History",           MNID_OPTS_HISTORY
 97   POPUP    "Fonts"
 98   BEGIN
 99     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
100     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
101     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
102   END
103   MENUITEM "Use system colours",        MNID_OPTS_SYSTEM_COLORS
104  }
105  POPUP "&Help" {
106    MENUITEM "Help &on help", MNID_HELP_HELPON
107    MENUITEM "Always on &top", MNID_HELP_HELPTOP
108    MENUITEM SEPARATOR
109    MENUITEM "&Info...", MNID_HELP_ABOUT
110 #ifdef WINELIB
111    MENUITEM "&About Wine", MNID_HELP_WINE
112 #endif
113  }
114 }
115 
116 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
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 DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
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 DISCARDABLE LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
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 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
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 CONTEXT_MENU MENU LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
175 BEGIN
176         POPUP ""
177         BEGIN
178                 MENUITEM "Annotation...",       MNID_CTXT_ANNOTATE
179                 MENUITEM "Copy",                MNID_CTXT_COPY
180                 MENUITEM "Print...",            MNID_CTXT_PRINT
181                 POPUP    "Fonts"
182                 BEGIN
183                         MENUITEM "Small",       MNID_CTXT_FONTS_SMALL
184                         MENUITEM "Normal",      MNID_CTXT_FONTS_NORMAL
185                         MENUITEM "Large",       MNID_CTXT_FONTS_LARGE
186                 END
187                 POPUP   "Help always visible"
188                 BEGIN
189                         MENUITEM "Default",     MNID_CTXT_HELP_DEFAULT
190                         MENUITEM "Visible",     MNID_CTXT_HELP_VISIBLE
191                         MENUITEM "Non visible", MNID_CTXT_HELP_NONVISIBLE
192                 END
193                 MENUITEM "Use system colours",   MNID_CTXT_SYSTEM_COLORS
194         END
195 END

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.