/*
 * EXA6MPLEC.RC - Resources for Quasar 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
