home *** CD-ROM | disk | FTP | other *** search
/ 3D Graphics Programming for Windows 95 / 3D_Graphics_Programming_for_Windows_95_Microsoft_1996.iso / samples / blobs / stage.rc < prev    next >
Text File  |  1996-03-25  |  13KB  |  411 lines

  1. //Microsoft Developer Studio 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. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""res\\Stage.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\0"
  56. END
  57.  
  58. #endif    // APSTUDIO_INVOKED
  59.  
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Icon
  64. //
  65.  
  66. // Icon with lowest ID value placed first to ensure application icon
  67. // remains consistent on all systems.
  68. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\Stage.ico"
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Bitmap
  73. //
  74.  
  75. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "res\\Toolbar.bmp"
  76.  
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // Toolbar
  80. //
  81.  
  82. IDR_MAINFRAME TOOLBAR DISCARDABLE  16, 15
  83. BEGIN
  84.     BUTTON      ID_FILE_NEW
  85.     BUTTON      ID_FILE_OPEN
  86.     BUTTON      ID_FILE_SAVE
  87.     SEPARATOR
  88.     BUTTON      ID_EDIT_CUT
  89.     BUTTON      ID_EDIT_COPY
  90.     BUTTON      ID_EDIT_PASTE
  91.     SEPARATOR
  92.     BUTTON      ID_FILE_PRINT
  93.     BUTTON      ID_APP_ABOUT
  94. END
  95.  
  96.  
  97. /////////////////////////////////////////////////////////////////////////////
  98. //
  99. // Menu
  100. //
  101.  
  102. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  103. BEGIN
  104.     POPUP "&File"
  105.     BEGIN
  106.         MENUITEM "&New\tCtrl+N",                ID_FILE_NEW
  107.         MENUITEM "E&xit",                       ID_APP_EXIT
  108.     END
  109.     POPUP "&Edit"
  110.     BEGIN
  111.         MENUITEM "Control Device...",           ID_EDIT_CONTROL
  112.         MENUITEM "Input Device Setup...",       ID_EDIT_INPUTDEV
  113.     END
  114.     POPUP "&View"
  115.     BEGIN
  116.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  117.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  118.     END
  119.     POPUP "&Help"
  120.     BEGIN
  121.         MENUITEM "&About Blobs...",             ID_APP_ABOUT
  122.     END
  123. END
  124.  
  125.  
  126. /////////////////////////////////////////////////////////////////////////////
  127. //
  128. // Accelerator
  129. //
  130.  
  131. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  132. BEGIN
  133.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  134.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  135.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  136.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  137.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  138.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  139.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  140.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  141.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  142.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  143.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  144.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  145.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  146. END
  147.  
  148.  
  149. /////////////////////////////////////////////////////////////////////////////
  150. //
  151. // Dialog
  152. //
  153.  
  154. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  155. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  156. CAPTION "About Stage"
  157. FONT 8, "MS Sans Serif"
  158. BEGIN
  159.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,18,20
  160.     LTEXT           "Blobs Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
  161.     LTEXT           "Copyright ⌐ 1996 Nigel Thompson",IDC_STATIC,40,25,119,8
  162.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  163. END
  164.  
  165. IDD_CONTROLDEV DIALOG DISCARDABLE  0, 0, 144, 117
  166. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  167. CAPTION "Control Device"
  168. FONT 8, "MS Sans Serif"
  169. BEGIN
  170.     CONTROL         "Object",IDC_RADIO4,"Button",BS_AUTORADIOBUTTON | 
  171.                     WS_GROUP,12,16,37,10
  172.     CONTROL         "Camera",IDC_RADIO5,"Button",BS_AUTORADIOBUTTON,12,28,40,
  173.                     10
  174.     CONTROL         "Position",IDC_RADIO6,"Button",BS_AUTORADIOBUTTON | 
  175.                     WS_GROUP,12,72,41,10
  176.     CONTROL         "Flying",IDC_RADIO7,"Button",BS_AUTORADIOBUTTON,12,84,34,
  177.                     10
  178.     CONTROL         "Keyboard",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON | 
  179.                     WS_GROUP,84,68,46,10
  180.     CONTROL         "Mouse",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON,84,80,37,
  181.                     10
  182.     CONTROL         "Joystick",IDC_RADIO3,"Button",BS_AUTORADIOBUTTON,84,92,
  183.                     41,10
  184.     DEFPUSHBUTTON   "OK",IDOK,84,12,50,14
  185.     PUSHBUTTON      "Cancel",IDCANCEL,84,32,50,14
  186.     GROUPBOX        "Control",IDC_STATIC,4,8,56,36
  187.     GROUPBOX        "Controller",IDC_STATIC,4,60,56,48
  188.     GROUPBOX        "Device",IDC_STATIC,76,56,60,52
  189. END
  190.  
  191.  
  192. #ifndef _MAC
  193. /////////////////////////////////////////////////////////////////////////////
  194. //
  195. // Version
  196. //
  197.  
  198. VS_VERSION_INFO VERSIONINFO
  199.  FILEVERSION 1,0,0,1
  200.  PRODUCTVERSION 1,0,0,1
  201.  FILEFLAGSMASK 0x3fL
  202. #ifdef _DEBUG
  203.  FILEFLAGS 0x1L
  204. #else
  205.  FILEFLAGS 0x0L
  206. #endif
  207.  FILEOS 0x4L
  208.  FILETYPE 0x1L
  209.  FILESUBTYPE 0x0L
  210. BEGIN
  211.     BLOCK "StringFileInfo"
  212.     BEGIN
  213.         BLOCK "040904B0"
  214.         BEGIN
  215.             VALUE "CompanyName", "\0"
  216.             VALUE "FileDescription", "STAGE MFC Application\0"
  217.             VALUE "FileVersion", "1, 0, 0, 1\0"
  218.             VALUE "InternalName", "STAGE\0"
  219.             VALUE "LegalCopyright", "Copyright ⌐ 1996\0"
  220.             VALUE "LegalTrademarks", "\0"
  221.             VALUE "OriginalFilename", "STAGE.EXE\0"
  222.             VALUE "ProductName", "STAGE Application\0"
  223.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  224.         END
  225.     END
  226.     BLOCK "VarFileInfo"
  227.     BEGIN
  228.         VALUE "Translation", 0x409, 1200
  229.     END
  230. END
  231.  
  232. #endif    // !_MAC
  233.  
  234.  
  235. /////////////////////////////////////////////////////////////////////////////
  236. //
  237. // DESIGNINFO
  238. //
  239.  
  240. #ifdef APSTUDIO_INVOKED
  241. GUIDELINES DESIGNINFO DISCARDABLE 
  242. BEGIN
  243.     IDD_ABOUTBOX, DIALOG
  244.     BEGIN
  245.         LEFTMARGIN, 7
  246.         RIGHTMARGIN, 210
  247.         TOPMARGIN, 7
  248.         BOTTOMMARGIN, 48
  249.     END
  250.  
  251.     IDD_CONTROLDEV, DIALOG
  252.     BEGIN
  253.         LEFTMARGIN, 7
  254.         RIGHTMARGIN, 137
  255.         TOPMARGIN, 7
  256.         BOTTOMMARGIN, 110
  257.     END
  258. END
  259. #endif    // APSTUDIO_INVOKED
  260.  
  261.  
  262. /////////////////////////////////////////////////////////////////////////////
  263. //
  264. // String Table
  265. //
  266.  
  267. STRINGTABLE PRELOAD DISCARDABLE 
  268. BEGIN
  269.     IDR_MAINFRAME           "Blobs\n\nBlobs\n\n\nStage.Document\nStage Document"
  270. END
  271.  
  272. STRINGTABLE PRELOAD DISCARDABLE 
  273. BEGIN
  274.     AFX_IDS_APP_TITLE       "Blobs"
  275.     AFX_IDS_IDLEMESSAGE     "Ready"
  276. END
  277.  
  278. STRINGTABLE DISCARDABLE 
  279. BEGIN
  280.     ID_INDICATOR_EXT        "EXT"
  281.     ID_INDICATOR_CAPS       "CAP"
  282.     ID_INDICATOR_NUM        "NUM"
  283.     ID_INDICATOR_SCRL       "SCRL"
  284.     ID_INDICATOR_OVR        "OVR"
  285.     ID_INDICATOR_REC        "REC"
  286. END
  287.  
  288. STRINGTABLE DISCARDABLE 
  289. BEGIN
  290.     ID_FILE_NEW             "Create a new document\nNew"
  291.     ID_FILE_OPEN            "Open an existing document\nOpen"
  292.     ID_FILE_CLOSE           "Close the active document\nClose"
  293.     ID_FILE_SAVE            "Save the active document\nSave"
  294.     ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
  295. END
  296.  
  297. STRINGTABLE DISCARDABLE 
  298. BEGIN
  299.     ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
  300.     ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
  301. END
  302.  
  303. STRINGTABLE DISCARDABLE 
  304. BEGIN
  305.     ID_FILE_MRU_FILE1       "Open this document"
  306.     ID_FILE_MRU_FILE2       "Open this document"
  307.     ID_FILE_MRU_FILE3       "Open this document"
  308.     ID_FILE_MRU_FILE4       "Open this document"
  309.     ID_FILE_MRU_FILE5       "Open this document"
  310.     ID_FILE_MRU_FILE6       "Open this document"
  311.     ID_FILE_MRU_FILE7       "Open this document"
  312.     ID_FILE_MRU_FILE8       "Open this document"
  313.     ID_FILE_MRU_FILE9       "Open this document"
  314.     ID_FILE_MRU_FILE10      "Open this document"
  315.     ID_FILE_MRU_FILE11      "Open this document"
  316.     ID_FILE_MRU_FILE12      "Open this document"
  317.     ID_FILE_MRU_FILE13      "Open this document"
  318.     ID_FILE_MRU_FILE14      "Open this document"
  319.     ID_FILE_MRU_FILE15      "Open this document"
  320.     ID_FILE_MRU_FILE16      "Open this document"
  321. END
  322.  
  323. STRINGTABLE DISCARDABLE 
  324. BEGIN
  325.     ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
  326.     ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
  327. END
  328.  
  329. STRINGTABLE DISCARDABLE 
  330. BEGIN
  331.     ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
  332. END
  333.  
  334. STRINGTABLE DISCARDABLE 
  335. BEGIN
  336.     ID_EDIT_CLEAR           "Erase the selection\nErase"
  337.     ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
  338.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
  339.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
  340.     ID_EDIT_FIND            "Find the specified text\nFind"
  341.     ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
  342.     ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
  343.     ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
  344.     ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
  345.     ID_EDIT_UNDO            "Undo the last action\nUndo"
  346.     ID_EDIT_REDO            "Redo the previously undone action\nRedo"
  347. END
  348.  
  349. STRINGTABLE DISCARDABLE 
  350. BEGIN
  351.     ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle ToolBar"
  352.     ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle StatusBar"
  353. END
  354.  
  355. STRINGTABLE DISCARDABLE 
  356. BEGIN
  357.     AFX_IDS_SCSIZE          "Change the window size"
  358.     AFX_IDS_SCMOVE          "Change the window position"
  359.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  360.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  361.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  362.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  363.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  364. END
  365.  
  366. STRINGTABLE DISCARDABLE 
  367. BEGIN
  368.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  369.     AFX_IDS_SCTASKLIST      "Activate Task List"
  370. END
  371.  
  372. STRINGTABLE DISCARDABLE 
  373. BEGIN
  374.     ID_EDIT_INSERTSHAPE     "Insert a new shape"
  375.     ID_VIEW_ROTATE          "Rotate the scene"
  376.     ID_VIEW_RESET           "Reset the position and stop any rotation"
  377.     ID_EDIT_TRANSFORM       "Apply transforms to the current shape"
  378.     ID_EDIT_CONTROL         "Select the control device"
  379.     ID_VIEW_SELECTION       "Show a box around the currently selected object"
  380.     ID_EDIT_DELETESHAPE     "Delete the currently selected shape"
  381.     ID_EDIT_INPUTDEV        "Configure the input device"
  382.     ID_VIEW_HITPT           "Show the hit point on the object"
  383. END
  384.  
  385. #endif    // English (U.S.) resources
  386. /////////////////////////////////////////////////////////////////////////////
  387.  
  388.  
  389.  
  390. #ifndef APSTUDIO_INVOKED
  391. /////////////////////////////////////////////////////////////////////////////
  392. //
  393. // Generated from the TEXTINCLUDE 3 resource.
  394. //
  395. #define _AFX_NO_SPLITTER_RESOURCES
  396. #define _AFX_NO_OLE_RESOURCES
  397. #define _AFX_NO_TRACKER_RESOURCES
  398. #define _AFX_NO_PROPERTY_RESOURCES
  399.  
  400. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  401. #ifdef _WIN32
  402. LANGUAGE 9, 1
  403. #pragma code_page(1252)
  404. #endif
  405. #include "res\Stage.rc2"  // non-Microsoft Visual C++ edited resources
  406. #include "afxres.rc"         // Standard components
  407. #endif
  408. /////////////////////////////////////////////////////////////////////////////
  409. #endif    // not APSTUDIO_INVOKED
  410.  
  411.