home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1995 November
/
PCWK1195.iso
/
inne
/
podstawy
/
os2
/
ssaver
/
ssaver23.exe
/
SAMPLE.ZIP
/
sample.rc
< prev
next >
Wrap
Text File
|
1994-08-07
|
424b
|
23 lines
/*
sample.rc
sample saver module resource script file
(C) 1993-94 Siegfried Hanisch
*/
#include <os2.h>
#include "sample.h"
ICON IDR_ICON "ssaver.ico"
/*
$$$$$ change code here $$$$$
Replace "Sample module" with a module name of your choice.
The module name must not exceed 32 characters.
Include the module *.DLG-file.
*/
STRINGTABLE
{
IDS_MODULENAME "Sample module"
}
RCINCLUDE sample.dlg