home *** CD-ROM | disk | FTP | other *** search
/ VRML Tools for 3D Cyberspace / VRML_Tools_For_3D_Cyberspace.iso / amber / demos / framed / mfc20 / framed.rc < prev    next >
Text File  |  1996-07-01  |  9KB  |  304 lines

  1. //Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15.  
  16. #ifdef APSTUDIO_INVOKED
  17. /////////////////////////////////////////////////////////////////////////////
  18. //
  19. // TEXTINCLUDE
  20. //
  21.  
  22. 1 TEXTINCLUDE DISCARDABLE 
  23. BEGIN
  24.     "resource.h\0"
  25. END
  26.  
  27. 2 TEXTINCLUDE DISCARDABLE 
  28. BEGIN
  29.     "#include ""afxres.h""\r\n"
  30.     "\0"
  31. END
  32.  
  33. 3 TEXTINCLUDE DISCARDABLE 
  34. BEGIN
  35.     "#include ""res\\framed.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  36.     "\r\n"
  37.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  38.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  39.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  40.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  41.     "#include ""afxres.rc""  \011// Standard components\r\n"
  42.     "\0"
  43. END
  44.  
  45. /////////////////////////////////////////////////////////////////////////////
  46. #endif    // APSTUDIO_INVOKED
  47.  
  48.  
  49. /////////////////////////////////////////////////////////////////////////////
  50. //
  51. // Icon
  52. //
  53.  
  54. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\framed.ico"
  55.  
  56. /////////////////////////////////////////////////////////////////////////////
  57. //
  58. // Bitmap
  59. //
  60.  
  61. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "res\\toolbar.bmp"
  62.  
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // Menu
  66. //
  67.  
  68. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  69. BEGIN
  70.     POPUP "&File"
  71.     BEGIN
  72.         MENUITEM "&Open...\tCtrl+O",            ID_FILE_OPEN
  73.         MENUITEM SEPARATOR
  74.         MENUITEM "Save",                        ID_FILE_SAVE
  75.         MENUITEM "Save As",                     ID_FILE_SAVE_AS
  76.         MENUITEM SEPARATOR
  77.         MENUITEM "E&xit",                       ID_APP_EXIT
  78.     END
  79.     POPUP "Render"
  80.     BEGIN
  81.         MENUITEM "Wireframe",                   ID_WIREFRAME
  82.         MENUITEM SEPARATOR
  83.         MENUITEM "Points",                      ID_POINTS
  84.         MENUITEM "Triangles",                   ID_TRIANGLES
  85.         MENUITEM "Polygons",                    ID_POLYGONS
  86.         MENUITEM SEPARATOR
  87.         MENUITEM "Use Shading",                 ID_SHADING
  88.         MENUITEM "Use Materials",               ID_MATERIALS
  89.         MENUITEM SEPARATOR
  90.         MENUITEM "Show Normals",                ID_NORMALS
  91.         MENUITEM "Show Bounding Box",           ID_BOUNDINGBOX
  92.     END
  93.     POPUP "Channel"
  94.     BEGIN
  95.         MENUITEM "Background",                  ID_BACKGROUND
  96.         MENUITEM SEPARATOR
  97.         MENUITEM "Free Fly",                    ID_MOUSE
  98.         MENUITEM "Platter",                     ID_PLATTER
  99.     END
  100.     POPUP "&Help"
  101.     BEGIN
  102.         MENUITEM "&About framed...",            ID_APP_ABOUT
  103.     END
  104. END
  105.  
  106.  
  107. /////////////////////////////////////////////////////////////////////////////
  108. //
  109. // Accelerator
  110. //
  111.  
  112. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  113. BEGIN
  114.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  115.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  116.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  117.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  118.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  119.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  120.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  121.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  122.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  123.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  124.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  125.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  126.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  127. END
  128.  
  129.  
  130. /////////////////////////////////////////////////////////////////////////////
  131. //
  132. // Dialog
  133. //
  134.  
  135. IDD_ABOUTBOX DIALOG DISCARDABLE  34, 22, 217, 55
  136. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  137. CAPTION "About framed"
  138. FONT 8, "MS Sans Serif"
  139. BEGIN
  140.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,18,20
  141.     LTEXT           "Amber Framed Demo Version 1.0",IDC_STATIC,40,10,119,8
  142.     LTEXT           "Copyright \251 1996 - DIVE Labs, Inc.",IDC_STATIC,40,25,
  143.                     119,8
  144.     DEFPUSHBUTTON   "OK",IDOK,176,6,32,14,WS_GROUP
  145. END
  146.  
  147.  
  148. /////////////////////////////////////////////////////////////////////////////
  149. //
  150. // Version
  151. //
  152.  
  153. VS_VERSION_INFO VERSIONINFO
  154.  FILEVERSION 1,0,0,1
  155.  PRODUCTVERSION 1,0,0,1
  156.  FILEFLAGSMASK 0x3fL
  157. #ifdef _DEBUG
  158.  FILEFLAGS 0x1L
  159. #else
  160.  FILEFLAGS 0x0L
  161. #endif
  162.  FILEOS 0x4L
  163.  FILETYPE 0x1L
  164.  FILESUBTYPE 0x0L
  165. BEGIN
  166.     BLOCK "StringFileInfo"
  167.     BEGIN
  168.         BLOCK "040904B0"
  169.         BEGIN
  170.             VALUE "CompanyName", "\0"
  171.             VALUE "FileDescription", "FRAMED MFC Application\0"
  172.             VALUE "FileVersion", "1, 0, 0, 1\0"
  173.             VALUE "InternalName", "FRAMED\0"
  174.             VALUE "LegalCopyright", "Copyright \251 1996\0"
  175.             VALUE "LegalTrademarks", "\0"
  176.             VALUE "OriginalFilename", "FRAMED.EXE\0"
  177.             VALUE "ProductName", "FRAMED Application\0"
  178.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  179.         END
  180.     END
  181.     BLOCK "VarFileInfo"
  182.     BEGIN
  183.         VALUE "Translation", 0x409, 1200
  184.     END
  185. END
  186.  
  187.  
  188.  
  189. /////////////////////////////////////////////////////////////////////////////
  190. //
  191. // String Table
  192. //
  193.  
  194. STRINGTABLE PRELOAD DISCARDABLE 
  195. BEGIN
  196.     IDR_MAINFRAME           "Amber Framed Demo\n\nVRML\nVRML Files (*.wrl)\n.WRL\nFramed.Document\nVRML Document"
  197. END
  198.  
  199. STRINGTABLE PRELOAD DISCARDABLE 
  200. BEGIN
  201.     AFX_IDS_APP_TITLE       "framed"
  202.     AFX_IDS_IDLEMESSAGE     "Ready"
  203. END
  204.  
  205. STRINGTABLE DISCARDABLE 
  206. BEGIN
  207.     ID_INDICATOR_EXT        "EXT"
  208.     ID_INDICATOR_CAPS       "CAP"
  209.     ID_INDICATOR_NUM        "NUM"
  210.     ID_INDICATOR_SCRL       "SCRL"
  211.     ID_INDICATOR_OVR        "OVR"
  212.     ID_INDICATOR_REC        "REC"
  213. END
  214.  
  215. STRINGTABLE DISCARDABLE 
  216. BEGIN
  217.     ID_FILE_NEW             "Create a new document\nNew"
  218.     ID_FILE_OPEN            "Open an existing document\nOpen"
  219.     ID_FILE_CLOSE           "Close the active document\nClose"
  220.     ID_FILE_SAVE            "Save the active document\nSave"
  221.     ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
  222. END
  223.  
  224. STRINGTABLE DISCARDABLE 
  225. BEGIN
  226.     ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
  227.     ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
  228. END
  229.  
  230. STRINGTABLE DISCARDABLE 
  231. BEGIN
  232.     ID_FILE_MRU_FILE1       "Open this document"
  233.     ID_FILE_MRU_FILE2       "Open this document"
  234.     ID_FILE_MRU_FILE3       "Open this document"
  235.     ID_FILE_MRU_FILE4       "Open this document"
  236. END
  237.  
  238. STRINGTABLE DISCARDABLE 
  239. BEGIN
  240.     ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
  241.     ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
  242. END
  243.  
  244. STRINGTABLE DISCARDABLE 
  245. BEGIN
  246.     ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
  247. END
  248.  
  249. STRINGTABLE DISCARDABLE 
  250. BEGIN
  251.     ID_EDIT_CLEAR           "Erase the selection\nErase"
  252.     ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
  253.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
  254.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
  255.     ID_EDIT_FIND            "Find the specified text\nFind"
  256.     ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
  257.     ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
  258.     ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
  259.     ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
  260.     ID_EDIT_UNDO            "Undo the last action\nUndo"
  261.     ID_EDIT_REDO            "Redo the previously undone action\nRedo"
  262. END
  263.  
  264. STRINGTABLE DISCARDABLE 
  265. BEGIN
  266.     ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle ToolBar"
  267.     ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle StatusBar"
  268. END
  269.  
  270. STRINGTABLE DISCARDABLE 
  271. BEGIN
  272.     AFX_IDS_SCSIZE          "Change the window size"
  273.     AFX_IDS_SCMOVE          "Change the window position"
  274.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  275.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  276.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  277.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  278.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  279. END
  280.  
  281. STRINGTABLE DISCARDABLE 
  282. BEGIN
  283.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  284.     AFX_IDS_SCTASKLIST      "Activate Task List"
  285. END
  286.  
  287.  
  288. #ifndef APSTUDIO_INVOKED
  289. /////////////////////////////////////////////////////////////////////////////
  290. //
  291. // Generated from the TEXTINCLUDE 3 resource.
  292. //
  293. #include "res\framed.rc2"  // non-Microsoft Visual C++ edited resources
  294.  
  295. #define _AFX_NO_SPLITTER_RESOURCES
  296. #define _AFX_NO_OLE_RESOURCES
  297. #define _AFX_NO_TRACKER_RESOURCES
  298. #define _AFX_NO_PROPERTY_RESOURCES
  299. #include "afxres.rc"      // Standard components
  300.  
  301. /////////////////////////////////////////////////////////////////////////////
  302. #endif    // not APSTUDIO_INVOKED
  303.  
  304.