home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
source
/
winsql20
/
examplec.rc
< prev
next >
Wrap
Text File
|
1991-10-26
|
573b
|
30 lines
/*
* EXA6MPLEC.RC - Resources for Orion SQL API Example Program
*
* LANGUAGE : Microsoft C6.0
* MODEL : N/A
* ENVIRONMENT : Microsoft Windows 3.0
*
* Developed by:
* Philip Roll
* Ming-Li Wang
*
* (C) Copyright 1991
* Stellar Industries
* 3335 S. Falcon Ridge Road
* Diamond Bar CA 91765
*
*/
#define NOCOMM
#define RESOURCE
#include <windows.h>
#include "examplec.h"
ExampleIcon ICON examplec.ico
ExampleMenu MENU LOADONCALL MOVEABLE DISCARDABLE
BEGIN
MENUITEM "&Refresh!", IDM_REFRESH
END