user32.rc 2.35 KB
Newer Older
1
/*
2
 * Top level resource file for USER
3
 *
4 5 6 7 8 9 10 11 12 13 14 15 16 17
 * Copyright 1999 Bertho Stultiens
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
18
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 20
 */

21
#define OEMRESOURCE
22
#include "windef.h"
23
#include "winbase.h"
24 25 26
#include "winuser.h"
#include "winnls.h"
#include "dlgs.h"
27 28

#define MDI_IDC_LISTBOX         100
29 30
#define IDS_MDI_MOREWINDOWS     13
#define IDS_ERROR               2
31 32 33 34 35 36 37

/*
 * Everything that does not depend on language,
 * like textless bitmaps etc, go into the
 * neutral language. This will prevent them from
 * being duplicated for each language.
 */
38
#include "resources/user32_bin.rc"
39 40 41 42 43 44 45 46

/*
 * Everything specific to any language goes
 * in one of the specific files.
 * Note that you can and may override resources
 * which also have a neutral version. This is to
 * get localized bitmaps for example.
 */
47
#include "resources/user32_Bg.rc"
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
#include "resources/user32_Ca.rc"
#include "resources/user32_Cs.rc"
#include "resources/user32_Da.rc"
#include "resources/user32_De.rc"
#include "resources/user32_En.rc"
#include "resources/user32_Eo.rc"
#include "resources/user32_Es.rc"
#include "resources/user32_Fi.rc"
#include "resources/user32_Fr.rc"
#include "resources/user32_Hu.rc"
#include "resources/user32_It.rc"
#include "resources/user32_Ko.rc"
#include "resources/user32_Nl.rc"
#include "resources/user32_No.rc"
#include "resources/user32_Pl.rc"
#include "resources/user32_Pt.rc"
#include "resources/user32_Ru.rc"
65
#include "resources/user32_Si.rc"
66 67
#include "resources/user32_Sk.rc"
#include "resources/user32_Sv.rc"
68
#include "resources/user32_Tr.rc"
69
#include "resources/user32_Uk.rc"
70 71
#include "resources/user32_Wa.rc"
#include "resources/user32_Ja.rc"
Aric Stewart's avatar
Aric Stewart committed
72
#include "resources/user32_Zh.rc"
73 74

#include "resources/version.rc"