aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Rsc/modules.rcp
blob: 7a7afe96be8b60eb2fc15b558c3aa26459a7a8aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/* ScummVM - Scumm Interpreter
 * Copyright (C) 2001  Ludvig Strigeus
 * Copyright (C) 2001-2006 The ScummVM project
 * Copyright (C) 2002-2006 Chris Apers - PalmOS Backend
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.

 * This program 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 General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 *
 * $URL$
 * $Id$
 *
 */

BITMAP ID 3100
BEGIN
	BITMAP "keyCommand.bmp"	BPP 1 DENSITY 2
END
BITMAP ID 3101
BEGIN
	BITMAP "keyAlt.bmp"		BPP 1 DENSITY 2
END
BITMAP ID 3102
BEGIN
	BITMAP "keyCtrl.bmp"	BPP 1 DENSITY 2
END
BITMAP ID 3120
BEGIN
	BITMAP "batLow.bmp"		BPP 1 DENSITY 2
END
BITMAP ID 3130
BEGIN
	BITMAP "numpad.bmp"		BPP 1 DENSITY 2
END

/*
BITMAP ID 3100 "keyCommand.bmp" DENSITY 2
BITMAP ID 3101 "keyAlt.bmp"		DENSITY 2
BITMAP ID 3102 "keyCtrl.bmp"	DENSITY 2
BITMAP ID 3120 "batLow.bmp"		DENSITY 2
BITMAP ID 3130 "numpad.bmp"		DENSITY 2
*/
BITMAP ID 3000 "keyCommand.bmp" DENSITY 1
BITMAP ID 3001 "keyAlt.bmp"		DENSITY 1
BITMAP ID 3002 "keyCtrl.bmp"	DENSITY 1
BITMAP ID 3020 "batLow.bmp"		DENSITY 1
BITMAP ID 3030 "numpad.bmp"		DENSITY 1

ALERT ID 1200
	DEFAULTBUTTON 0
	ERROR
BEGIN
	TITLE "ScummVM Fatal Error"
	MESSAGE "^1"
	BUTTONS "Exit"
END