home *** CD-ROM | disk | FTP | other *** search
- //********************************************************************
- // This file was produced using Visual Age C++ IRCC
- //
- //
- //
- // This file was read from ahellow3.rcx (OS/2 .rc file) and converted to
- // Windows .rc file.
- //********************************************************************
- #include "ahellow3.h"
- WND_MAIN ICON ahellow3.ico
-
- STRINGTABLE
- BEGIN
- STR_HELLO , "Hello, World!!!"
- WND_MAIN , "Hello World Sample - Version 3"
- STR_INFO , "Use Alt-F4 to Close Window"
- MI_ALIGNMENT , "Alignment Menu"
- MI_CENTER , "Set Center Alignment"
- MI_LEFT , "Set Left Alignment"
- MI_RIGHT , "Set Right Alignment"
- STR_CENTER , "Center Alignment"
- STR_LEFT , "Left Alignment"
- STR_RIGHT , "Right Alignment"
- END
-
- WND_MAIN MENUEX
- BEGIN
- POPUP "&Alignment" , MI_ALIGNMENT
- BEGIN
- MENUITEM "&Left" , MI_LEFT
- MENUITEM "&Center" , MI_CENTER
- MENUITEM "&Right" , MI_RIGHT
- END
- END
-