From a32de4c34cd6f5980124f42b4bf6f7bc40ee8585 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sun, 26 Feb 2006 16:51:41 +0000 Subject: New modules resources svn-id: r20932 --- backends/PalmOS/Rsc/batLow.bmp | Bin 0 -> 1592 bytes backends/PalmOS/Rsc/keyAlt.bmp | Bin 0 -> 1336 bytes backends/PalmOS/Rsc/keyCommand.bmp | Bin 0 -> 1336 bytes backends/PalmOS/Rsc/keyCtrl.bmp | Bin 0 -> 1336 bytes backends/PalmOS/Rsc/modules.rcp | 67 +++++++++++++++++++++++++++++++++++++ backends/PalmOS/Rsc/modulesrsc.h | 6 ++++ backends/PalmOS/Rsc/numpad.bmp | Bin 0 -> 1336 bytes 7 files changed, 73 insertions(+) create mode 100755 backends/PalmOS/Rsc/batLow.bmp create mode 100755 backends/PalmOS/Rsc/keyAlt.bmp create mode 100755 backends/PalmOS/Rsc/keyCommand.bmp create mode 100755 backends/PalmOS/Rsc/keyCtrl.bmp create mode 100755 backends/PalmOS/Rsc/modules.rcp create mode 100755 backends/PalmOS/Rsc/modulesrsc.h create mode 100755 backends/PalmOS/Rsc/numpad.bmp (limited to 'backends/PalmOS') diff --git a/backends/PalmOS/Rsc/batLow.bmp b/backends/PalmOS/Rsc/batLow.bmp new file mode 100755 index 0000000000..1d18131450 Binary files /dev/null and b/backends/PalmOS/Rsc/batLow.bmp differ diff --git a/backends/PalmOS/Rsc/keyAlt.bmp b/backends/PalmOS/Rsc/keyAlt.bmp new file mode 100755 index 0000000000..28165394f8 Binary files /dev/null and b/backends/PalmOS/Rsc/keyAlt.bmp differ diff --git a/backends/PalmOS/Rsc/keyCommand.bmp b/backends/PalmOS/Rsc/keyCommand.bmp new file mode 100755 index 0000000000..1324037cd3 Binary files /dev/null and b/backends/PalmOS/Rsc/keyCommand.bmp differ diff --git a/backends/PalmOS/Rsc/keyCtrl.bmp b/backends/PalmOS/Rsc/keyCtrl.bmp new file mode 100755 index 0000000000..fed20fd8d0 Binary files /dev/null and b/backends/PalmOS/Rsc/keyCtrl.bmp differ diff --git a/backends/PalmOS/Rsc/modules.rcp b/backends/PalmOS/Rsc/modules.rcp new file mode 100755 index 0000000000..7a7afe96be --- /dev/null +++ b/backends/PalmOS/Rsc/modules.rcp @@ -0,0 +1,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 + diff --git a/backends/PalmOS/Rsc/modulesrsc.h b/backends/PalmOS/Rsc/modulesrsc.h new file mode 100755 index 0000000000..14b32ee0b6 --- /dev/null +++ b/backends/PalmOS/Rsc/modulesrsc.h @@ -0,0 +1,6 @@ +#ifndef MODULESRSC_H +#define MODULESRSC_H + +#define FrmFatalErrorAlert 1200 + +#endif diff --git a/backends/PalmOS/Rsc/numpad.bmp b/backends/PalmOS/Rsc/numpad.bmp new file mode 100755 index 0000000000..7763d76c05 Binary files /dev/null and b/backends/PalmOS/Rsc/numpad.bmp differ -- cgit v1.2.3