home *** CD-ROM | disk | FTP | other *** search
- /* @(#)test.rc 1.1 8/27/96 */
-
- /******************************************************************************
- * WinLib: a simple Windows 95 GUI library *
- * (C) Copyright 1996 by Philip Stephens *
- * (C) Copyright 1996 by the IBM Corporation *
- * All Rights Reserved *
- * *
- * Permission to use, copy, modify, and distribute this software and its *
- * documentation without fee for any non-commerical purpose is hereby granted, *
- * provided that the above copyright notice appears on all copies and that *
- * both that copyright notice and this permission notice appear in all *
- * supporting documentation. *
- * *
- * NO REPRESENTATIONS ARE MADE ABOUT THE SUITABILITY OF THIS SOFTWARE FOR ANY *
- * PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. *
- * NEITHER PHILIP STEPHENS OR IBM SHALL BE LIABLE FOR ANY DAMAGES SUFFERED BY *
- * THE USE OF THIS SOFTWARE. *
- ******************************************************************************/
-
- #define STRICT
- #define WIN32_MEAN_AND_LEAN
- #include <windows.h>
- #include "test.h"
-
- menu MENU
- BEGIN
- POPUP "&File"
- BEGIN
- MENUITEM "&Open...", CM_OPEN
- MENUITEM "E&xit", CM_EXIT
- END
- END
-
-