/* * rmenu.rc: * this is the main resource file for the English RBUTTON DLL. * * Copyright (C) 2001 Martin Lafaix. * This file is part of the XWorkplace Widget Library source package. * XWorkplace 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, in version 2 as it comes in the * "COPYING" file of the XWorkplace main distribution. * 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. */ #define INCL_PM #include #include "rexx\w_rmenu.h" rcinclude ".\rmenu.dlg" POINTER ID_RMENUICON default.ico STRINGTABLE BEGIN ID_CRSI_NAME "REXX Menu" ID_CRSI_ALREADYRUNNING "An instance of this script is already running. Please wait for its completion before running it again." ID_CRSI_THREADINGREQUIRED "This script requires threading support, but your version of XWorkplace does not support it. Script execution aborted." ID_CRSI_SCRIPTERROR "An interpreter error occured while executing the script. The error code was %d. You can find more information on this error in the REXX Information online guide." ID_CRSI_THREADCREATIONFAILED "The system failed to create the required thread to run the script in the background. You may have exceeded the system threads count limit." ID_CRSI_SETTINGSSTATUS "Line %d of %d Column %d" END