home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************
- *
- * File : rwknight.rc
- *
- * Abstract : Resource definitions for Knight demo
- *
- **********************************************************************
- *
- * This file is a product of Criterion Software Ltd.
- *
- * This file is provided as is with no warranties of any kind and is
- * provided without any obligation on Criterion Software Ltd. or
- * Canon Inc. to assist in its use or modification.
- *
- * Criterion Software Ltd. will not, under any
- * circumstances, be liable for any lost revenue or other damages arising
- * from the use of this file.
- *
- * Copyright (c) 1995 Criterion Software Ltd.
- * All Rights Reserved.
- *
- * RenderWare is a trademark of Canon Inc.
- *
- ************************************************************************/
-
- #include "windows.h"
- #include "resource.h"
-
- CRITERION_LOGO BITMAP MOVEABLE PURE "RWLOGO.BMP"
-
- ABOUT DIALOG DISCARDABLE 31, 50, 242, 139
- STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
- CAPTION "Knight Help"
- FONT 8, "System"
- BEGIN
- CONTROL "",-1,"Static",SS_BLACKFRAME,136,14,97,13
- LTEXT "File Menu",-1,143,3,34,10
- LTEXT "Exit: End Application",-1,140,16,69,10
- CONTROL "",-1,"Static",SS_BLACKFRAME,136,113,98,21
- LTEXT "Mouse Buttons",-1,143,102,62,10
- LTEXT "Right: Pan Camera",-1,140,119,69,9
- LTEXT "Stretch: Toggle Stretching",-1,140,47,88,11
- LTEXT "Demo: Toggle Demo Mode",-1,140,58,89,10
- LTEXT "Knight1, Knight2, Observer: Select Viewpoint",-1,140,71,
- 89,17
- CONTROL "",-1,"Static",SS_BLACKFRAME,136,43,97,56
- LTEXT "Mode Menu",-1,143,30,47,10
- DEFPUSHBUTTON "OK",1,48,122,32,14,WS_GROUP
- CTEXT "This application demonstrates the use of RenderWare for animation in a typical game scenario",
- -1,3,89,123,28
- CONTROL "",2,"Button",BS_OWNERDRAW,10,4,108,82
- END
-
- RW_ICON ICON DISCARDABLE "RW.ICO"
-
- KNIGHT_MENU MENU DISCARDABLE
- BEGIN
- POPUP "&File"
- BEGIN
- MENUITEM "E&xit", ID_FILE_EXIT
- END
- POPUP "&Mode"
- BEGIN
- MENUITEM "&Stretch", ID_MODE_STRETCH, GRAYED
- MENUITEM "&Demo", ID_MODE_DEMO, CHECKED
- MENUITEM SEPARATOR
- MENUITEM "&Observer", ID_MODE_OBSERVER
- MENUITEM "Knight&1", ID_MODE_KNIGHT1
- MENUITEM "Knight&2", ID_MODE_KNIGHT2
- END
- POPUP "&Help"
- BEGIN
- MENUITEM "&About", ID_HELP_ABOUT
- END
- END
-