user32/tests: Run tests again on win95.
[wine] / dlls / user32 / resources / user32_Ja.rc
1 /*
2  * Copyright 2000 Junichi Kuchinishi
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
18
19 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
20
21 SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
22 {
23  MENUITEM "\8c³\82Ì\83T\83C\83Y\82É\96ß\82·(&R)", 61728
24  MENUITEM "\88Ú\93®(&M)", 61456
25  MENUITEM "\83T\83C\83Y\95Ï\8dX(&S)", 61440
26  MENUITEM "\83A\83C\83R\83\93\89»(&N)", 61472
27  MENUITEM "\8dÅ\91å\95\\\8e¦(&X)", 61488
28  MENUITEM SEPARATOR
29  MENUITEM "\95Â\82\82é(&C)\tAlt-F4", 61536
30  MENUITEM SEPARATOR
31  MENUITEM "\83A\83v\83\8a\83P\81[\83V\83\87\83\93\82Ì\90Ø\82è\91Ö\82¦(&W)...\tCtrl-Esc", 61744
32  MENUITEM SEPARATOR
33  MENUITEM "Wine\82É\82Â\82¢\82Ä(&A) ...", 61761
34 }
35
36 EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
37 {
38         POPUP ""
39         BEGIN
40                 MENUITEM "\8c³\82É\96ß\82·(&U)", EM_UNDO
41                 MENUITEM SEPARATOR
42                 MENUITEM "\90Ø\82è\8eæ\82è(&T)", WM_CUT
43                 MENUITEM "\83R\83s\81[(&C)", WM_COPY
44                 MENUITEM "\93\\\82è\95t\82¯(&P)", WM_PASTE
45                 MENUITEM "\8dí\8f\9c(&D)", WM_CLEAR
46                 MENUITEM SEPARATOR
47                 MENUITEM "\91I\91ð(&A)", EM_SETSEL
48         END
49 }
50
51 MSGBOX DIALOG 100, 80, 216, 168
52 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
53 FONT 9, "MS UI Gothic"
54 BEGIN
55         ICON "", 1088, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
56         LTEXT "", 100, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
57         PUSHBUTTON "OK", 1, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
58         PUSHBUTTON "·¬Ý¾Ù", 2, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
59         PUSHBUTTON "\92\86\8e~(&A)", 3, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
60         PUSHBUTTON "\8dÄ\8e\8e\8ds(&R)", 4, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
61         PUSHBUTTON "\96³\8e\8b(&I)", 5, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
62         PUSHBUTTON "\82Í\82¢(&Y)", 6, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
63         PUSHBUTTON "\82¢\82¢\82¦(&N)", 7, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
64         PUSHBUTTON "&Try Again", 10, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
65         PUSHBUTTON "&Continue", 11, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
66         PUSHBUTTON "Help", 9, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
67 END