home *** CD-ROM | disk | FTP | other *** search
- //********************************************************************
- // This file was produced using Visual Age C++ IRCC
- //
- //
- //
- // This file was read from clipbrd.rcx (OS/2 .rc file) and converted to
- // Windows .rc file.
- //********************************************************************
- #ifdef IC_PM
- #include <os2.h>
- #endif
- #include "clipbrd.h"
- WND_MAIN ICON "clipbrd.ico"
-
- CNR_POPUPMENU MENUEX
- BEGIN
- MENUITEM "&Cut \t Sh+Del" , MI_CUT
- MENUITEM "Copy \t Ctrl+Ins" , MI_COPY
- MENUITEM "&Paste \t Sh+Ins" , MI_PASTE
- END
-
- STRINGTABLE
- BEGIN
- WND_MAIN , "Container Clipboard Sample"
- STR_HEAD_1 , "Department"
- STR_HEAD_2 , "Branch"
- STR_ITEM_1_1 , "Accounting"
- STR_ITEM_1_2 , "Midwest Branch"
- STR_ITEM_2_1 , "Sales"
- STR_ITEM_2_2 , "Atlantic Coast Branch"
- END
-