Fix WM_NOTIFYFORMAT handling.
[wine/testsucceed.git] / programs / winhelp / Xx.rc
blob9e2a8aedb0d997537917ca034b61b72b91ece945
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  */
21 /* Menu */
23 CONCAT(MENU_, LANGUAGE_ID) MENU
25  POPUP MENU_FILE {
26    MENUITEM MENU_FILE_OPEN,             WH_OPEN
27    MENUITEM SEPARATOR   
28    MENUITEM MENU_FILE_PRINT,            WH_PRINT
29    MENUITEM MENU_FILE_PRINTER_SETUP,    WH_PRINTER_SETUP
30    MENUITEM SEPARATOR   
31    MENUITEM MENU_FILE_EXIT,             WH_EXIT
32  }
33  POPUP MENU_EDIT {
34    MENUITEM MENU_EDIT_COPY_DIALOG,      WH_COPY_DIALOG
35    MENUITEM SEPARATOR   
36    MENUITEM MENU_EDIT_ANNOTATE,         WH_ANNOTATE
37  }
38  POPUP MENU_BOOKMARK {
39    MENUITEM MENU_BOOKMARK_DEFINE,       WH_BOOKMARK_DEFINE
40  }
41  POPUP MENU_HELP {
42    MENUITEM MENU_HELP_ON_HELP,          WH_HELP_ON_HELP
43    MENUITEM MENU_HELP_ON_TOP,           WH_HELP_ON_TOP
44    MENUITEM SEPARATOR   
45    MENUITEM MENU_HELP_INFO,             WH_ABOUT
46 #ifdef WINELIB
47    MENUITEM MENU_HELP_ABOUT_WINE,       WH_ABOUT_WINE
48 #endif
49  }
52 /* Dialogs */
54 CONCAT(DIALOG_TEST_, LANGUAGE_ID) DIALOG 0, 0, 150, 22
55 STYLE DS_MODALFRAME
56 CAPTION "Macro Test"
58 GROUPBOX      "",   IDIGNORE,   4, 4, 102, 12
59 EDITTEXT            99,         5, 7, 100,  8
60 DEFPUSHBUTTON "OK", IDOK,     110, 5, 35,  12
63 /* Strings */
65 #define STRING_LANGUAGE_ID        STRINGIFY(LANGUAGE_ID)
67 STRINGTABLE
69 ADDSTRING(LANGUAGE_ID)
70 ADDSTRING(WINE_HELP)
71 ADDSTRING(ERROR)
72 ADDSTRING(WARNING)
73 ADDSTRING(INFO)
74 ADDSTRING(NOT_IMPLEMENTED)
75 ADDSTRING(HLPFILE_ERROR_s)
76 ADDSTRING(CONTENTS)
77 ADDSTRING(SEARCH)
78 ADDSTRING(BACK)
79 ADDSTRING(HISTORY)
80 ADDSTRING(ALL_FILES)
81 ADDSTRING(HELP_FILES_HLP)
85 /* Undefine all language-specific strings */
87 #undef LANGUAGE_ID
88 #undef LANGUAGE_NUMBER
90 #undef MENU_FILE
91 #undef MENU_FILE_OPEN
92 #undef MENU_FILE_PRINT
93 #undef MENU_FILE_PRINTER_SETUP
94 #undef MENU_FILE_EXIT
95 #undef MENU_EDIT
96 #undef MENU_EDIT_COPY_DIALOG
97 #undef MENU_EDIT_ANNOTATE
98 #undef MENU_BOOKMARK
99 #undef MENU_BOOKMARK_DEFINE
100 #undef MENU_HELP
101 #undef MENU_HELP_ON_HELP
102 #undef MENU_HELP_ON_TOP
103 #undef MENU_HELP_INFO
104 #undef MENU_HELP_ABOUT_WINE
106 #undef STRING_LANGUAGE_ID
107 #undef STRING_WINE_HELP
108 #undef STRING_ERROR
109 #undef STRING_WARNING
110 #undef STRING_INFO
111 #undef STRING_NOT_IMPLEMENTED
112 #undef STRING_HLPFILE_ERROR_s
113 #undef STRING_CONTENTS
114 #undef STRING_SEARCH
115 #undef STRING_BACK
116 #undef STRING_HISTORY
117 #undef STRING_ALL_FILES
118 #undef STRING_HELP_FILES_HLP