home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / clipbrd / clipbrd.rc < prev    next >
Encoding:
Text File  |  1996-02-22  |  1.0 KB  |  32 lines

  1. //********************************************************************
  2. // This file was produced using Visual Age C++ IRCC
  3. //
  4. //
  5. //
  6. //  This file was read from clipbrd.rcx  (OS/2 .rc file)  and converted to 
  7. //    Windows .rc file.
  8. //********************************************************************
  9. #ifdef  IC_PM
  10. #include <os2.h>
  11. #endif  
  12. #include "clipbrd.h"
  13. WND_MAIN          ICON       "clipbrd.ico"
  14.  
  15. CNR_POPUPMENU  MENUEX  
  16.   BEGIN
  17.     MENUITEM  "&Cut   \t Sh+Del"         ,  MI_CUT
  18.     MENUITEM  "Copy   \t Ctrl+Ins"       ,  MI_COPY
  19.     MENUITEM  "&Paste \t Sh+Ins"         ,  MI_PASTE
  20.   END
  21.  
  22. STRINGTABLE
  23.   BEGIN
  24.     WND_MAIN                      ,    "Container Clipboard Sample"
  25.     STR_HEAD_1                    ,    "Department"
  26.     STR_HEAD_2                    ,    "Branch"
  27.     STR_ITEM_1_1                  ,    "Accounting"
  28.     STR_ITEM_1_2                  ,    "Midwest Branch"
  29.     STR_ITEM_2_1                  ,    "Sales"
  30.     STR_ITEM_2_2                  ,    "Atlantic Coast Branch"
  31.   END
  32.