home *** CD-ROM | disk | FTP | other *** search
/ AI Game Programming Wisdom / AIGameProgrammingWisdom.iso / SourceCode / 02 Useful Techniques / 07 Vykruta / LOSGridDemo.rc < prev    next >
Encoding:
Text File  |  2001-12-10  |  8.3 KB  |  290 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 //_WIN32\r\n"
  53.     "#include ""res\\LOSGridDemo.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\r\n"
  56.     "\0"
  57. END
  58.  
  59. #endif    // APSTUDIO_INVOKED
  60.  
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Menu
  65. //
  66.  
  67. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  68. BEGIN
  69.     POPUP "&File"
  70.     BEGIN
  71.         MENUITEM "E&xit",                       ID_APP_EXIT
  72.         MENUITEM "&About",                      ID_APP_ABOUT
  73.     END
  74. END
  75.  
  76.  
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // Accelerator
  80. //
  81.  
  82. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  83. BEGIN
  84.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL, NOINVERT
  85.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL, NOINVERT
  86.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT, NOINVERT
  87.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT, NOINVERT
  88.     VK_F6,          ID_NEXT_PANE,           VIRTKEY, NOINVERT
  89.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT, NOINVERT
  90.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL, NOINVERT
  91.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT, NOINVERT
  92.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL, NOINVERT
  93.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL, NOINVERT
  94. END
  95.  
  96.  
  97. /////////////////////////////////////////////////////////////////////////////
  98. //
  99. // Dialog
  100. //
  101.  
  102. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 184, 68
  103. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  104. CAPTION "About LOSGridDemo"
  105. FONT 8, "MS Sans Serif"
  106. BEGIN
  107.     LTEXT           "LOSGridDemo v0.1",IDC_STATIC,7,7,119,8,SS_NOPREFIX
  108.     LTEXT           "Copyright (c) 2001 Tom Vykruta",IDC_STATIC,7,21,119,8
  109.     DEFPUSHBUTTON   "OK",IDOK,142,7,35,54,WS_GROUP
  110.     LTEXT           "*for demonstrational purposes only,",IDC_STATIC,7,44,
  111.                     128,8,SS_NOPREFIX
  112.     LTEXT           "AI Game Programming Wisdom.",IDC_STATIC,9,53,100,8,
  113.                     SS_NOPREFIX
  114. END
  115.  
  116.  
  117. #ifndef _MAC
  118. /////////////////////////////////////////////////////////////////////////////
  119. //
  120. // Version
  121. //
  122.  
  123. VS_VERSION_INFO VERSIONINFO
  124.  FILEVERSION 1,0,0,1
  125.  PRODUCTVERSION 1,0,0,1
  126.  FILEFLAGSMASK 0x3fL
  127. #ifdef _DEBUG
  128.  FILEFLAGS 0x1L
  129. #else
  130.  FILEFLAGS 0x0L
  131. #endif
  132.  FILEOS 0x4L
  133.  FILETYPE 0x1L
  134.  FILESUBTYPE 0x0L
  135. BEGIN
  136.     BLOCK "StringFileInfo"
  137.     BEGIN
  138.         BLOCK "040904B0"
  139.         BEGIN
  140.             VALUE "CompanyName", "\0"
  141.             VALUE "FileDescription", "LOSGridDemo MFC Application\0"
  142.             VALUE "FileVersion", "1, 0, 0, 1\0"
  143.             VALUE "InternalName", "LOSGridDemo\0"
  144.             VALUE "LegalCopyright", "Copyright (C) 2001\0"
  145.             VALUE "LegalTrademarks", "\0"
  146.             VALUE "OriginalFilename", "LOSGridDemo.EXE\0"
  147.             VALUE "ProductName", "LOSGridDemo Application\0"
  148.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  149.         END
  150.     END
  151.     BLOCK "VarFileInfo"
  152.     BEGIN
  153.         VALUE "Translation", 0x409, 1200
  154.     END
  155. END
  156.  
  157. #endif    // !_MAC
  158.  
  159.  
  160. /////////////////////////////////////////////////////////////////////////////
  161. //
  162. // DESIGNINFO
  163. //
  164.  
  165. #ifdef APSTUDIO_INVOKED
  166. GUIDELINES DESIGNINFO DISCARDABLE 
  167. BEGIN
  168.     IDD_ABOUTBOX, DIALOG
  169.     BEGIN
  170.         LEFTMARGIN, 7
  171.         RIGHTMARGIN, 177
  172.         TOPMARGIN, 7
  173.         BOTTOMMARGIN, 61
  174.     END
  175. END
  176. #endif    // APSTUDIO_INVOKED
  177.  
  178.  
  179. /////////////////////////////////////////////////////////////////////////////
  180. //
  181. // Icon
  182. //
  183.  
  184. // Icon with lowest ID value placed first to ensure application icon
  185. // remains consistent on all systems.
  186. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\LOSGridDemo.ico"
  187.  
  188. /////////////////////////////////////////////////////////////////////////////
  189. //
  190. // String Table
  191. //
  192.  
  193. STRINGTABLE PRELOAD DISCARDABLE 
  194. BEGIN
  195.     IDR_MAINFRAME           "LOSGridDemo (c) 2001 Tom Vykruta"
  196. END
  197.  
  198. STRINGTABLE PRELOAD DISCARDABLE 
  199. BEGIN
  200.     AFX_IDS_APP_TITLE       "LOSGridDemo (c) 2001 Tom Vykruta"
  201.     AFX_IDS_IDLEMESSAGE     "Ready"
  202. END
  203.  
  204. STRINGTABLE DISCARDABLE 
  205. BEGIN
  206.     ID_INDICATOR_EXT        "EXT"
  207.     ID_INDICATOR_CAPS       "CAP"
  208.     ID_INDICATOR_NUM        "NUM"
  209.     ID_INDICATOR_SCRL       "SCRL"
  210.     ID_INDICATOR_OVR        "OVR"
  211.     ID_INDICATOR_REC        "REC"
  212. END
  213.  
  214. STRINGTABLE DISCARDABLE 
  215. BEGIN
  216.     ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
  217.     ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
  218. END
  219.  
  220. STRINGTABLE DISCARDABLE 
  221. BEGIN
  222.     ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
  223.     ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
  224. END
  225.  
  226. STRINGTABLE DISCARDABLE 
  227. BEGIN
  228.     ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
  229. END
  230.  
  231. STRINGTABLE DISCARDABLE 
  232. BEGIN
  233.     ID_EDIT_CLEAR           "Erase the selection\nErase"
  234.     ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
  235.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
  236.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
  237.     ID_EDIT_FIND            "Find the specified text\nFind"
  238.     ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
  239.     ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
  240.     ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
  241.     ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
  242.     ID_EDIT_UNDO            "Undo the last action\nUndo"
  243.     ID_EDIT_REDO            "Redo the previously undone action\nRedo"
  244. END
  245.  
  246. STRINGTABLE DISCARDABLE 
  247. BEGIN
  248.     AFX_IDS_SCSIZE          "Change the window size"
  249.     AFX_IDS_SCMOVE          "Change the window position"
  250.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  251.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  252.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  253.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  254.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  255. END
  256.  
  257. STRINGTABLE DISCARDABLE 
  258. BEGIN
  259.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  260.     AFX_IDS_SCTASKLIST      "Activate Task List"
  261. END
  262.  
  263. #endif    // English (U.S.) resources
  264. /////////////////////////////////////////////////////////////////////////////
  265.  
  266.  
  267.  
  268. #ifndef APSTUDIO_INVOKED
  269. /////////////////////////////////////////////////////////////////////////////
  270. //
  271. // Generated from the TEXTINCLUDE 3 resource.
  272. //
  273. #define _AFX_NO_SPLITTER_RESOURCES
  274. #define _AFX_NO_OLE_RESOURCES
  275. #define _AFX_NO_TRACKER_RESOURCES
  276. #define _AFX_NO_PROPERTY_RESOURCES
  277.  
  278. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  279. #ifdef _WIN32
  280. LANGUAGE 9, 1
  281. #pragma code_page(1252)
  282. #endif //_WIN32
  283. #include "res\LOSGridDemo.rc2"  // non-Microsoft Visual C++ edited resources
  284. #include "afxres.rc"         // Standard components
  285. #endif
  286.  
  287. /////////////////////////////////////////////////////////////////////////////
  288. #endif    // not APSTUDIO_INVOKED
  289.  
  290.