user32_Wa.rc 2.54 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/*
 * Copyright 1999 Pablo Saratxaga
 *
 * 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
16
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 18
 */

19 20
LANGUAGE LANG_WALON, SUBLANG_DEFAULT

21
/*
22 23
 * Si vos voloz aider avou li ratornaedje des libes programes  walon,
 * vos poloz scrre a l' adresse emile <linux-wa@chanae.alphanet.ch>
24 25 26 27 28 29 30 31 32 33
 */

SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
{
 MENUITEM "&Rif", 61728
 MENUITEM "&Bodj", 61456
 MENUITEM "&Grandeu", 61440
 MENUITEM " pu gran&d", 61472
 MENUITEM " pu &ptit", 61488
 MENUITEM SEPARATOR
34
 MENUITEM "&Cloyu\tAlt-F4", 61536
35
 MENUITEM SEPARATOR
36
 MENUITEM "Baguer &A ...\tCtrl-Echap", 61744
37 38 39
 MENUITEM SEPARATOR
 MENUITEM " dfait di &Wine ...", 61761
 MENUITEM SEPARATOR
40
 MENUITEM "Sititch ene marke dins l' can di disbugaedje", 61762
41 42 43 44 45 46
}

EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
{
	POPUP ""
	BEGIN
47
		MENUITEM "&Disf", EM_UNDO
48 49 50 51 52 53 54 55 56 57 58
		MENUITEM SEPARATOR
		MENUITEM "C&per", WM_CUT
		MENUITEM "&Copy", WM_COPY
		MENUITEM "C&laper", WM_PASTE
		MENUITEM "Dis&facer", WM_CLEAR
		MENUITEM SEPARATOR
		MENUITEM "&Tchewzi totfwait", EM_SETSEL
	END
}

MSGBOX DIALOG 100, 80, 216, 168
59
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
60 61
BEGIN
        ICON "", 1088, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
62
        LTEXT "", 100, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
63 64 65
        PUSHBUTTON "&I Va", 1, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
        PUSHBUTTON "&Rinonc", 2, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
        PUSHBUTTON "&Rinonc", 3, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
66
        PUSHBUTTON "Ri&peter", 4, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
67 68 69 70
        PUSHBUTTON "&Passer hute", 5, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
        PUSHBUTTON "&Oyi", 6, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
        PUSHBUTTON "&Neni", 7, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END