home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / sybase / starbuck / rc.z / WCM.RC < prev    next >
Text File  |  1996-11-18  |  3KB  |  129 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_WZ_FINISH, "Finish"
  69. }
  70.  
  71. #ifdef __BUILDING_WCM_DLL__
  72. /*  WCM DLL Version information
  73. */
  74. VS_VERSION_INFO VERSIONINFO
  75.     FILEVERSION 2,0,0,1
  76.     PRODUCTVERSION 2,0,0,1
  77.     FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  78. #ifdef _DEBUG
  79.     FILEFLAGS VS_FF_DEBUG
  80. #else
  81.     FILEFLAGS 0x0L
  82. #endif
  83.     FILEOS VOS_NT_WINDOWS32
  84.     FILETYPE VFT_APP
  85.     FILESUBTYPE 0x0L
  86. BEGIN
  87.     BLOCK "StringFileInfo"
  88.     BEGIN
  89.         BLOCK "040904b0"    /* US English, Unicode */
  90.         BEGIN
  91.             VALUE "CompanyName", "Sybase, Inc.\0"
  92.             VALUE "FileDescription", "Optima++ Component Library\0"
  93.             VALUE "FileVersion", "2.0\0"
  94.             VALUE "InternalName", "Optima++ Component Library\0"
  95.             VALUE "LegalCopyright", "Copyright \251 1996 Sybase, Inc. and its subsidiaries\0"
  96.             VALUE "ProductName", "Optima++ Component Library\0"
  97.             VALUE "ProductVersion", "2.0\0"
  98.         END
  99.     END
  100.     BLOCK "VarFileInfo"
  101.     BEGIN
  102.         VALUE "Translation", 0x409, 1200    /* US English, Unicode */
  103.     END
  104. END
  105. #endif
  106.  
  107. /* 
  108.  * Assertions always in...
  109.  */
  110.  
  111. #include "wassertd.h"
  112. #include "wassertd.dlg"
  113.  
  114. /*
  115.  * Debugging version
  116.  */
  117.  
  118. #ifdef _DEBUG
  119.  
  120. #include "wmemdlg.h"
  121. #include "wmemdlg.dlg"
  122.  
  123. #include "wcleanup.h"
  124. #include "wcleanup.dlg"
  125.  
  126. #endif
  127.  
  128. #include "wnagdlg.rc"
  129.