home *** CD-ROM | disk | FTP | other *** search
- /**** xsdemo.rc
- Resource script for the XLisp client demo
- *****/
-
- #include <windows.h>
- #include "xsdemo.h"
-
- Command DIALOG 10,10,112,58
- STYLE WS_POPUP | WS_DLGFRAME
- {
- EDITTEXT IDD_FNAME, 2, 12,100, 12,ES_AUTOHSCROLL
- DEFPUSHBUTTON "&Ok" IDOK, 11, 34, 40, 12,WS_GROUP
- PUSHBUTTON "Cancel", IDCANCEL, 61, 34, 40, 12,WS_GROUP
- }
-
- XC MENU
- {
- POPUP "&Command"
- {
- MENUITEM "&Issue Lisp command" IDM_COMMAND
- MENUITEM SEPARATOR
- MENUITEM "E&xit", IDM_EXIT
- }
- }
-