home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / sybase / powerj / rc.z / wcm.rc < prev    next >
Text File  |  1997-01-23  |  3KB  |  130 lines

  1. /*
  2.  * Resources for use with the component library
  3.  *
  4.  * All resource ID from 16000-16500 are reserved.
  5.  *
  6.  */
  7.  
  8. #ifndef IDOK
  9. #include "wcm.h"
  10. #endif
  11.  
  12. /*
  13.  * Error table
  14.  */
  15.  
  16. #include "werrcode.hpp"
  17. #include "werror.str"
  18.  
  19. /*
  20.  * Cursors
  21.  */
  22.  
  23. CURCOPY  CURSOR "dragcopy.cur"
  24. CURLINK  CURSOR "draglink.cur"
  25. CURMOVE  CURSOR "dragmove.cur"
  26. CURNONE  CURSOR "dragnone.cur"
  27. SELCROSS CURSOR "selcross.cur"
  28. SPLITVER CURSOR "splitver.cur"
  29. SPLITHOR CURSOR "splithor.cur"
  30.  
  31. BITMAP_WCM_DRAGCOPY BITMAP "dragcopy.bmp"
  32. BITMAP_WCM_DRAGLINK BITMAP "draglink.bmp"
  33. BITMAP_WCM_DRAGNONE BITMAP "dragnone.bmp"
  34.  
  35. BITMAP_WCM_DATANAV  BITMAP "datanav.bmp"
  36.  
  37. /* 
  38.  * Popup menus
  39.  */
  40.  
  41. IDM_WCM_DRAG_POPUP MENU
  42. BEGIN
  43.     POPUP "&Drag Operation"
  44.     BEGIN
  45.         MENUITEM "&Move Here"                IDMI_WCM_DRAG_MOVE
  46.     MENUITEM "&Copy Here"                IDMI_WCM_DRAG_COPY
  47.         MENUITEM "Create &Shortcut(s) Here"  IDMI_WCM_DRAG_LINK
  48.     MENUITEM SEPARATOR
  49.     MENUITEM "Cancel"                    IDMI_WCM_DRAG_CANCEL
  50.     END
  51.  
  52. END
  53.  
  54. #include "wodbcerr.dlg"
  55.  
  56. STRINGTABLE
  57. {
  58.     STRINGS_DN_FIRST,    "Move to the first row"
  59.     STRINGS_DN_PREVIOUS, "Move to the previous row"
  60.     STRINGS_DN_NEXT, "Move to the next row"
  61.     STRINGS_DN_LAST, "Move to the last row"
  62.     STRINGS_DN_ADD, "Add a new row"
  63.     STRINGS_DN_DELETE, "Delete the current row"
  64.     STRINGS_DN_EDIT, "Edit the current row"
  65.     STRINGS_DN_UPDATE, "Update the current row"
  66.     STRINGS_DN_CANCEL, "Cancel changes to the current row"
  67.     STRINGS_DN_REFRESH, "Refresh the result set"
  68.     STRINGS_DN_SEARCH, "Search based on row values"
  69.     STRINGS_WZ_FINISH, "Finish"
  70. }
  71.  
  72. #ifdef __BUILDING_WCM_DLL__
  73. /*  WCM DLL Version information
  74. */
  75. VS_VERSION_INFO VERSIONINFO
  76.     FILEVERSION 2,0,0,1
  77.     PRODUCTVERSION 2,0,0,1
  78.     FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  79. #ifdef _DEBUG
  80.     FILEFLAGS VS_FF_DEBUG
  81. #else
  82.     FILEFLAGS 0x0L
  83. #endif
  84.     FILEOS VOS_NT_WINDOWS32
  85.     FILETYPE VFT_APP
  86.     FILESUBTYPE 0x0L
  87. BEGIN
  88.     BLOCK "StringFileInfo"
  89.     BEGIN
  90.         BLOCK "040904b0"    /* US English, Unicode */
  91.         BEGIN
  92.             VALUE "CompanyName", "Sybase, Inc.\0"
  93.             VALUE "FileDescription", "Optima++ Component Library\0"
  94.             VALUE "FileVersion", "2.0\0"
  95.             VALUE "InternalName", "Optima++ Component Library\0"
  96.             VALUE "LegalCopyright", "Copyright \251 1996 Sybase, Inc. and its subsidiaries\0"
  97.             VALUE "ProductName", "Optima++ Component Library\0"
  98.             VALUE "ProductVersion", "2.0\0"
  99.         END
  100.     END
  101.     BLOCK "VarFileInfo"
  102.     BEGIN
  103.         VALUE "Translation", 0x409, 1200    /* US English, Unicode */
  104.     END
  105. END
  106. #endif
  107.  
  108. /* 
  109.  * Assertions always in...
  110.  */
  111.  
  112. #include "wassertd.h"
  113. #include "wassertd.dlg"
  114.  
  115. /*
  116.  * Debugging version
  117.  */
  118.  
  119. #ifdef _DEBUG
  120.  
  121. #include "wmemdlg.h"
  122. #include "wmemdlg.dlg"
  123.  
  124. #include "wcleanup.h"
  125. #include "wcleanup.dlg"
  126.  
  127. #endif
  128.  
  129. #include "wnagdlg.rc"
  130.