home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / general / rowlist / rowlist.rc < prev    next >
Text File  |  1998-03-26  |  11KB  |  365 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\\RowList.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\\RowList.ico"
  69. IDR_ROWLISTYPE          ICON    DISCARDABLE     "res\\RListDoc.ico"
  70.  
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // Bitmap
  74. //
  75.  
  76. IDB_SMALLICONS          BITMAP  FIXED IMPURE    "res\\smallico.bmp"
  77. IDB_LARGEICONS          BITMAP  FIXED IMPURE    "res\\largeico.bmp"
  78. IDB_STATEICONS          BITMAP  DISCARDABLE     "res\\stateico.bmp"
  79. IDR_MAINFRAME           BITMAP  DISCARDABLE     "res\\Toolbar.bmp"
  80.  
  81. /////////////////////////////////////////////////////////////////////////////
  82. //
  83. // Toolbar
  84. //
  85.  
  86. IDR_MAINFRAME TOOLBAR DISCARDABLE  16, 15
  87. BEGIN
  88.     BUTTON      ID_VIEW_LARGEICONS
  89.     BUTTON      ID_VIEW_SMALLICONS
  90.     BUTTON      ID_VIEW_LIST
  91.     BUTTON      ID_VIEW_DETAILS
  92.     BUTTON      ID_VIEW_ROWDETAILS
  93.     SEPARATOR
  94.     BUTTON      ID_VIEW_STATEICONS
  95.     BUTTON      ID_VIEW_CLIENTWIDTHSEL
  96.     SEPARATOR
  97.     BUTTON      ID_APP_ABOUT
  98. END
  99.  
  100.  
  101. /////////////////////////////////////////////////////////////////////////////
  102. //
  103. // Menu
  104. //
  105.  
  106. IDR_MAINFRAME MENU PRELOAD DISCARDABLE
  107. BEGIN
  108.     POPUP "&File"
  109.     BEGIN
  110.         MENUITEM "E&xit",                       ID_APP_EXIT
  111.     END
  112.     POPUP "&View"
  113.     BEGIN
  114.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  115.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  116.         MENUITEM SEPARATOR
  117.         MENUITEM "Lar&ge Icons",                ID_VIEW_LARGEICONS
  118.         MENUITEM "S&mall Icons",                ID_VIEW_SMALLICONS
  119.         MENUITEM "&List",                       ID_VIEW_LISTMODE
  120.         MENUITEM "&Details",                    ID_VIEW_DETAILSMODE
  121.         MENUITEM "Full &Row Details",           ID_VIEW_ROWDETAILS
  122.         MENUITEM SEPARATOR
  123.         MENUITEM "State &Icons",                ID_VIEW_STATEICONS
  124.         MENUITEM "&Client Width Selection",     ID_VIEW_CLIENTWIDTHSEL
  125.     END
  126.     POPUP "&Help"
  127.     BEGIN
  128.         MENUITEM "&About RowList...",           ID_APP_ABOUT
  129.     END
  130. END
  131.  
  132.  
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // Dialog
  136. //
  137.  
  138. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  139. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  140. CAPTION "About RowList"
  141. FONT 8, "MS Sans Serif"
  142. BEGIN
  143.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,18,20
  144.     LTEXT           "RowList Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
  145.     LTEXT           "Copyright ⌐ 1998 Microsoft Corp.",IDC_STATIC,40,25,119,
  146.                     8
  147.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  148. END
  149.  
  150.  
  151. /////////////////////////////////////////////////////////////////////////////
  152. //
  153. // Version
  154. //
  155.  
  156. VS_VERSION_INFO VERSIONINFO
  157.  FILEVERSION 1,0,0,1
  158.  PRODUCTVERSION 1,0,0,1
  159.  FILEFLAGSMASK 0x3fL
  160. #ifdef _DEBUG
  161.  FILEFLAGS 0x1L
  162. #else
  163.  FILEFLAGS 0x0L
  164. #endif
  165.  FILEOS 0x4L
  166.  FILETYPE 0x1L
  167.  FILESUBTYPE 0x0L
  168. BEGIN
  169.     BLOCK "StringFileInfo"
  170.     BEGIN
  171.         BLOCK "040904b0"
  172.         BEGIN
  173.             VALUE "Comments", "Written by Nenad Stefanovic\0"
  174.             VALUE "CompanyName", "Microsoft\0"
  175.             VALUE "FileDescription", "ROWLIST MFC Application\0"
  176.             VALUE "FileVersion", "1, 0, 0, 1\0"
  177.             VALUE "InternalName", "ROWLIST\0"
  178.             VALUE "LegalCopyright", "Copyright ⌐ 1998\0"
  179.             VALUE "OriginalFilename", "ROWLIST.EXE\0"
  180.             VALUE "ProductName", "ROWLIST Application\0"
  181.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  182.         END
  183.     END
  184.     BLOCK "VarFileInfo"
  185.     BEGIN
  186.         VALUE "Translation", 0x409, 1200
  187.     END
  188. END
  189.  
  190.  
  191.  
  192. /////////////////////////////////////////////////////////////////////////////
  193. //
  194. // DESIGNINFO
  195. //
  196.  
  197. #ifdef APSTUDIO_INVOKED
  198. GUIDELINES DESIGNINFO DISCARDABLE
  199. BEGIN
  200.     IDD_ABOUTBOX, DIALOG
  201.     BEGIN
  202.         LEFTMARGIN, 7
  203.         RIGHTMARGIN, 210
  204.         TOPMARGIN, 7
  205.         BOTTOMMARGIN, 48
  206.     END
  207. END
  208. #endif    // APSTUDIO_INVOKED
  209.  
  210.  
  211. /////////////////////////////////////////////////////////////////////////////
  212. //
  213. // String Table
  214. //
  215.  
  216. STRINGTABLE PRELOAD DISCARDABLE
  217. BEGIN
  218.     IDR_MAINFRAME           "RowList Sample Application\n\nRowLis\n\n\nRowList.Document\nRowLis Document"
  219. END
  220.  
  221. STRINGTABLE PRELOAD DISCARDABLE
  222. BEGIN
  223.     AFX_IDS_APP_TITLE       "RowList"
  224.     AFX_IDS_IDLEMESSAGE     "Ready"
  225. END
  226.  
  227. STRINGTABLE DISCARDABLE
  228. BEGIN
  229.     ID_INDICATOR_EXT        "EXT"
  230.     ID_INDICATOR_CAPS       "CAP"
  231.     ID_INDICATOR_NUM        "NUM"
  232.     ID_INDICATOR_SCRL       "SCRL"
  233.     ID_INDICATOR_OVR        "OVR"
  234.     ID_INDICATOR_REC        "REC"
  235. END
  236.  
  237. STRINGTABLE DISCARDABLE
  238. BEGIN
  239.     ID_FILE_NEW             "Create a new document\nNew"
  240.     ID_FILE_OPEN            "Open an existing document\nOpen"
  241.     ID_FILE_CLOSE           "Close the active document\nClose"
  242.     ID_FILE_SAVE            "Save the active document\nSave"
  243.     ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
  244. END
  245.  
  246. STRINGTABLE DISCARDABLE
  247. BEGIN
  248.     ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
  249.     ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
  250. END
  251.  
  252. STRINGTABLE DISCARDABLE
  253. BEGIN
  254.     ID_FILE_MRU_FILE1       "Open this document"
  255.     ID_FILE_MRU_FILE2       "Open this document"
  256.     ID_FILE_MRU_FILE3       "Open this document"
  257.     ID_FILE_MRU_FILE4       "Open this document"
  258.     ID_FILE_MRU_FILE5       "Open this document"
  259.     ID_FILE_MRU_FILE6       "Open this document"
  260.     ID_FILE_MRU_FILE7       "Open this document"
  261.     ID_FILE_MRU_FILE8       "Open this document"
  262.     ID_FILE_MRU_FILE9       "Open this document"
  263.     ID_FILE_MRU_FILE10      "Open this document"
  264.     ID_FILE_MRU_FILE11      "Open this document"
  265.     ID_FILE_MRU_FILE12      "Open this document"
  266.     ID_FILE_MRU_FILE13      "Open this document"
  267.     ID_FILE_MRU_FILE14      "Open this document"
  268.     ID_FILE_MRU_FILE15      "Open this document"
  269.     ID_FILE_MRU_FILE16      "Open this document"
  270. END
  271.  
  272. STRINGTABLE DISCARDABLE
  273. BEGIN
  274.     ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
  275.     ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
  276. END
  277.  
  278. STRINGTABLE DISCARDABLE
  279. BEGIN
  280.     ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
  281. END
  282.  
  283. STRINGTABLE DISCARDABLE
  284. BEGIN
  285.     ID_EDIT_CLEAR           "Erase the selection\nErase"
  286.     ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
  287.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
  288.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
  289.     ID_EDIT_FIND            "Find the specified text\nFind"
  290.     ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
  291.     ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
  292.     ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
  293.     ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
  294.     ID_EDIT_UNDO            "Undo the last action\nUndo"
  295.     ID_EDIT_REDO            "Redo the previously undone action\nRedo"
  296. END
  297.  
  298. STRINGTABLE DISCARDABLE
  299. BEGIN
  300.     ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle ToolBar"
  301.     ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle StatusBar"
  302. END
  303.  
  304. STRINGTABLE DISCARDABLE
  305. BEGIN
  306.     AFX_IDS_SCSIZE          "Change the window size"
  307.     AFX_IDS_SCMOVE          "Change the window position"
  308.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  309.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  310.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  311.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  312.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  313. END
  314.  
  315. STRINGTABLE DISCARDABLE
  316. BEGIN
  317.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  318.     AFX_IDS_SCTASKLIST      "Activate Task List"
  319. END
  320.  
  321. STRINGTABLE DISCARDABLE
  322. BEGIN
  323.     ID_VIEW_LARGEICONS      "Displays items by using large icons.\nLarge Icons"
  324.     ID_VIEW_SMALLICONS      "Displays items by using small icons.\nSmall Icons"
  325.     ID_VIEW_ROWDETAILS      "Displays items details in a window, using the full row selection.\nFull Row Details"
  326.     ID_VIEW_STATEICONS      "Show or hide state icons\nToggle State Icons"
  327. END
  328.  
  329. STRINGTABLE DISCARDABLE
  330. BEGIN
  331.     ID_VIEW_LIST            "Displays items in a list.\nList"
  332.     ID_VIEW_DETAILS         "Displays information about each item in a window.\nDetails"
  333. END
  334.  
  335. STRINGTABLE DISCARDABLE
  336. BEGIN
  337.     ID_VIEW_CLIENTWIDTHSEL  "Extend the selection to match the client area width\nClient Width Sel"
  338. END
  339.  
  340. #endif    // English (U.S.) resources
  341. /////////////////////////////////////////////////////////////////////////////
  342.  
  343.  
  344.  
  345. #ifndef APSTUDIO_INVOKED
  346. /////////////////////////////////////////////////////////////////////////////
  347. //
  348. // Generated from the TEXTINCLUDE 3 resource.
  349. //
  350. #define _AFX_NO_SPLITTER_RESOURCES
  351. #define _AFX_NO_OLE_RESOURCES
  352. #define _AFX_NO_TRACKER_RESOURCES
  353. #define _AFX_NO_PROPERTY_RESOURCES
  354.  
  355. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  356. #ifdef _WIN32
  357. LANGUAGE 9, 1
  358. #pragma code_page(1252)
  359. #endif
  360. #include "res\RowList.rc2"  // non-Microsoft Visual C++ edited resources
  361. #include "afxres.rc"         // Standard components
  362. #endif
  363. /////////////////////////////////////////////////////////////////////////////
  364. #endif    // not APSTUDIO_INVOKED
  365.