home *** CD-ROM | disk | FTP | other *** search
- /*
- * Resources for use with the component library
- *
- * All resource ID from 16000-16500 are reserved.
- *
- */
-
- #ifndef IDOK
- #include "wcm.h"
- #endif
-
- /*
- * Error table
- */
-
- #include "werrcode.hpp"
- #include "werror.str"
-
- /*
- * Cursors
- */
-
- CURCOPY CURSOR "dragcopy.cur"
- CURLINK CURSOR "draglink.cur"
- CURMOVE CURSOR "dragmove.cur"
- CURNONE CURSOR "dragnone.cur"
- SELCROSS CURSOR "selcross.cur"
- SPLITVER CURSOR "splitver.cur"
- SPLITHOR CURSOR "splithor.cur"
-
- BITMAP_WCM_DRAGCOPY BITMAP "dragcopy.bmp"
- BITMAP_WCM_DRAGLINK BITMAP "draglink.bmp"
- BITMAP_WCM_DRAGNONE BITMAP "dragnone.bmp"
-
- BITMAP_WCM_DATANAV BITMAP "datanav.bmp"
-
- /*
- * Popup menus
- */
-
- IDM_WCM_DRAG_POPUP MENU
- BEGIN
- POPUP "&Drag Operation"
- BEGIN
- MENUITEM "&Move Here" IDMI_WCM_DRAG_MOVE
- MENUITEM "&Copy Here" IDMI_WCM_DRAG_COPY
- MENUITEM "Create &Shortcut(s) Here" IDMI_WCM_DRAG_LINK
- MENUITEM SEPARATOR
- MENUITEM "Cancel" IDMI_WCM_DRAG_CANCEL
- END
-
- END
-
- #include "wodbcerr.dlg"
-
- STRINGTABLE
- {
- STRINGS_DN_FIRST, "Move to the first row"
- STRINGS_DN_PREVIOUS, "Move to the previous row"
- STRINGS_DN_NEXT, "Move to the next row"
- STRINGS_DN_LAST, "Move to the last row"
- STRINGS_DN_ADD, "Add a new row"
- STRINGS_DN_DELETE, "Delete the current row"
- STRINGS_DN_EDIT, "Edit the current row"
- STRINGS_DN_UPDATE, "Update the current row"
- STRINGS_DN_CANCEL, "Cancel changes to the current row"
- STRINGS_DN_REFRESH, "Refresh the result set"
- STRINGS_DN_SEARCH, "Search based on row values"
- STRINGS_WZ_FINISH, "Finish"
- }
-
- #ifdef __BUILDING_WCM_DLL__
- /* WCM DLL Version information
- */
- VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,0,0,1
- PRODUCTVERSION 2,0,0,1
- FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
- #ifdef _DEBUG
- FILEFLAGS VS_FF_DEBUG
- #else
- FILEFLAGS 0x0L
- #endif
- FILEOS VOS_NT_WINDOWS32
- FILETYPE VFT_APP
- FILESUBTYPE 0x0L
- BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904b0" /* US English, Unicode */
- BEGIN
- VALUE "CompanyName", "Sybase, Inc.\0"
- VALUE "FileDescription", "Optima++ Component Library\0"
- VALUE "FileVersion", "2.0\0"
- VALUE "InternalName", "Optima++ Component Library\0"
- VALUE "LegalCopyright", "Copyright \251 1996 Sybase, Inc. and its subsidiaries\0"
- VALUE "ProductName", "Optima++ Component Library\0"
- VALUE "ProductVersion", "2.0\0"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1200 /* US English, Unicode */
- END
- END
- #endif
-
- /*
- * Assertions always in...
- */
-
- #include "wassertd.h"
- #include "wassertd.dlg"
-
- /*
- * Debugging version
- */
-
- #ifdef _DEBUG
-
- #include "wmemdlg.h"
- #include "wmemdlg.dlg"
-
- #include "wcleanup.h"
- #include "wcleanup.dlg"
-
- #endif
-
- #include "wnagdlg.rc"
-