ListBoxSample.rc
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:11k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE 
  25. BEGIN
  26.     "resource.h"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE 
  29. BEGIN
  30.     "#include ""afxres.h""rn"
  31.     ""
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE 
  34. BEGIN
  35.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  36.     "#define _AFX_NO_OLE_RESOURCESrn"
  37.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  38.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  39.     "rn"
  40.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 9, 1rn"
  43.     "#pragma code_page(1252)rn"
  44.     "#endif //_WIN32rn"
  45.     "#include ""res\ListBoxSample.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""afxres.rc""         // Standard componentsrn"
  47.     "#include ""afxprint.rc""       // printing/print preview resourcesrn"
  48.     "#endifrn"
  49.     ""
  50. END
  51. #endif    // APSTUDIO_INVOKED
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Icon
  55. //
  56. // Icon with lowest ID value placed first to ensure application icon
  57. // remains consistent on all systems.
  58. IDR_MAINFRAME           ICON    DISCARDABLE     "res\CjSample.ico"
  59. IDR_LISTBATYPE          ICON    DISCARDABLE     "res\ListBoxSampleDoc.ico"
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Bitmap
  63. //
  64. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "res\Toolbar.bmp"
  65. /////////////////////////////////////////////////////////////////////////////
  66. //
  67. // Toolbar
  68. //
  69. IDR_MAINFRAME TOOLBAR DISCARDABLE  16, 15
  70. BEGIN
  71.     BUTTON      ID_FILE_NEW
  72.     BUTTON      ID_FILE_OPEN
  73.     BUTTON      ID_FILE_SAVE
  74.     SEPARATOR
  75.     BUTTON      ID_EDIT_CUT
  76.     BUTTON      ID_EDIT_COPY
  77.     BUTTON      ID_EDIT_PASTE
  78.     SEPARATOR
  79.     BUTTON      ID_FILE_PRINT
  80.     SEPARATOR
  81.     BUTTON      ID_EDIT_UNDO
  82.     BUTTON      ID_EDIT_REDO
  83.     BUTTON      ID_APP_ABOUT
  84. END
  85. /////////////////////////////////////////////////////////////////////////////
  86. //
  87. // Menu
  88. //
  89. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  90. BEGIN
  91.     POPUP "&File"
  92.     BEGIN
  93.         MENUITEM "&NewtCtrl+N",                ID_FILE_NEW
  94.         MENUITEM "&Open...tCtrl+O",            ID_FILE_OPEN
  95.         MENUITEM "&SavetCtrl+S",               ID_FILE_SAVE
  96.         MENUITEM "Save &As...",                 ID_FILE_SAVE_AS
  97.         MENUITEM SEPARATOR
  98.         MENUITEM "&Print...tCtrl+P",           ID_FILE_PRINT
  99.         MENUITEM "Print Pre&view",              ID_FILE_PRINT_PREVIEW
  100.         MENUITEM "P&rint Setup...",             ID_FILE_PRINT_SETUP
  101.         MENUITEM SEPARATOR
  102.         MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
  103.         MENUITEM SEPARATOR
  104.         MENUITEM "E&xit",                       ID_APP_EXIT
  105.     END
  106.     POPUP "&Edit"
  107.     BEGIN
  108.         MENUITEM "&UndotCtrl+Z",               ID_EDIT_UNDO
  109.         MENUITEM SEPARATOR
  110.         MENUITEM "Cu&ttCtrl+X",                ID_EDIT_CUT
  111.         MENUITEM "&CopytCtrl+C",               ID_EDIT_COPY
  112.         MENUITEM "&PastetCtrl+V",              ID_EDIT_PASTE
  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 List Box Sample...",   ID_APP_ABOUT
  122.     END
  123. END
  124. /////////////////////////////////////////////////////////////////////////////
  125. //
  126. // Accelerator
  127. //
  128. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  129. BEGIN
  130.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  131.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  132.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  133.     "P",            ID_FILE_PRINT,          VIRTKEY, CONTROL
  134.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  135.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  136.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  137.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  138.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  139.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  140.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  141.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  142.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  143.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  144. END
  145. #ifndef _MAC
  146. /////////////////////////////////////////////////////////////////////////////
  147. //
  148. // Version
  149. //
  150. VS_VERSION_INFO VERSIONINFO
  151.  FILEVERSION 12,0,0,4
  152.  PRODUCTVERSION 12,0,0,4
  153.  FILEFLAGSMASK 0x3fL
  154. #ifdef _DEBUG
  155.  FILEFLAGS 0x1L
  156. #else
  157.  FILEFLAGS 0x0L
  158. #endif
  159.  FILEOS 0x4L
  160.  FILETYPE 0x1L
  161.  FILESUBTYPE 0x0L
  162. BEGIN
  163.     BLOCK "StringFileInfo"
  164.     BEGIN
  165.         BLOCK "040904B0"
  166.         BEGIN
  167.             VALUE "CompanyName", "Codejock Software"
  168.             VALUE "FileDescription", "ListBoxSample MFC Application"
  169.             VALUE "FileVersion", "12, 0, 0, 4"
  170.             VALUE "InternalName", "ListBoxSample"
  171.             VALUE "LegalCopyright", "(c)1998-2008 Codejock Software, All Rights Reserved."
  172.             VALUE "LegalTrademarks", ""
  173.             VALUE "OriginalFilename", "ListBoxSample.EXE"
  174.             VALUE "ProductName", "ListBoxSample Application"
  175.             VALUE "ProductVersion", "12, 0, 0, 4"
  176.         END
  177.     END
  178.     BLOCK "VarFileInfo"
  179.     BEGIN
  180.         VALUE "Translation", 0x409, 1200
  181.     END
  182. END
  183. #endif    // !_MAC
  184. /////////////////////////////////////////////////////////////////////////////
  185. //
  186. // String Table
  187. //
  188. STRINGTABLE PRELOAD DISCARDABLE 
  189. BEGIN
  190.     IDR_MAINFRAME           "Codejock List Box SamplennListBannnListBoxSample.DocumentnListBa Document"
  191. END
  192. STRINGTABLE PRELOAD DISCARDABLE 
  193. BEGIN
  194.     AFX_IDS_APP_TITLE       "Codejock List Box Sample"
  195.     AFX_IDS_IDLEMESSAGE     "Ready"
  196. END
  197. STRINGTABLE DISCARDABLE 
  198. BEGIN
  199.     ID_INDICATOR_EXT        "EXT"
  200.     ID_INDICATOR_CAPS       "CAP"
  201.     ID_INDICATOR_NUM        "NUM"
  202.     ID_INDICATOR_SCRL       "SCRL"
  203.     ID_INDICATOR_OVR        "OVR"
  204.     ID_INDICATOR_REC        "REC"
  205. END
  206. STRINGTABLE DISCARDABLE 
  207. BEGIN
  208.     ID_FILE_NEW             "Create a new documentnNew"
  209.     ID_FILE_OPEN            "Open an existing documentnOpen"
  210.     ID_FILE_CLOSE           "Close the active documentnClose"
  211.     ID_FILE_SAVE            "Save the active documentnSave"
  212.     ID_FILE_SAVE_AS         "Save the active document with a new namenSave As"
  213.     ID_FILE_PAGE_SETUP      "Change the printing optionsnPage Setup"
  214.     ID_FILE_PRINT_SETUP     "Change the printer and printing optionsnPrint Setup"
  215.     ID_FILE_PRINT           "Print the active documentnPrint"
  216.     ID_FILE_PRINT_PREVIEW   "Display full pagesnPrint Preview"
  217. END
  218. STRINGTABLE DISCARDABLE 
  219. BEGIN
  220.     ID_APP_ABOUT            "Display program information, version number and copyrightnAbout"
  221.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  222. END
  223. STRINGTABLE DISCARDABLE 
  224. BEGIN
  225.     ID_FILE_MRU_FILE1       "Open this document"
  226.     ID_FILE_MRU_FILE2       "Open this document"
  227.     ID_FILE_MRU_FILE3       "Open this document"
  228.     ID_FILE_MRU_FILE4       "Open this document"
  229.     ID_FILE_MRU_FILE5       "Open this document"
  230.     ID_FILE_MRU_FILE6       "Open this document"
  231.     ID_FILE_MRU_FILE7       "Open this document"
  232.     ID_FILE_MRU_FILE8       "Open this document"
  233.     ID_FILE_MRU_FILE9       "Open this document"
  234.     ID_FILE_MRU_FILE10      "Open this document"
  235.     ID_FILE_MRU_FILE11      "Open this document"
  236.     ID_FILE_MRU_FILE12      "Open this document"
  237.     ID_FILE_MRU_FILE13      "Open this document"
  238.     ID_FILE_MRU_FILE14      "Open this document"
  239.     ID_FILE_MRU_FILE15      "Open this document"
  240.     ID_FILE_MRU_FILE16      "Open this document"
  241. END
  242. STRINGTABLE DISCARDABLE 
  243. BEGIN
  244.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  245.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  246. END
  247. STRINGTABLE DISCARDABLE 
  248. BEGIN
  249.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  250. END
  251. STRINGTABLE DISCARDABLE 
  252. BEGIN
  253.     ID_EDIT_CLEAR           "Erase the selectionnErase"
  254.     ID_EDIT_CLEAR_ALL       "Erase everythingnErase All"
  255.     ID_EDIT_COPY            "Copy the selection and put it on the ClipboardnCopy"
  256.     ID_EDIT_CUT             "Cut the selection and put it on the ClipboardnCut"
  257.     ID_EDIT_FIND            "Find the specified textnFind"
  258.     ID_EDIT_PASTE           "Insert Clipboard contentsnPaste"
  259.     ID_EDIT_REPEAT          "Repeat the last actionnRepeat"
  260.     ID_EDIT_REPLACE         "Replace specific text with different textnReplace"
  261.     ID_EDIT_SELECT_ALL      "Select the entire documentnSelect All"
  262.     ID_EDIT_UNDO            "Undo the last actionnUndo"
  263.     ID_EDIT_REDO            "Redo the previously undone actionnRedo"
  264. END
  265. STRINGTABLE DISCARDABLE 
  266. BEGIN
  267.     ID_VIEW_TOOLBAR         "Show or hide the toolbarnToggle ToolBar"
  268.     ID_VIEW_STATUS_BAR      "Show or hide the status barnToggle StatusBar"
  269. END
  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. STRINGTABLE DISCARDABLE 
  281. BEGIN
  282.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  283.     AFX_IDS_SCTASKLIST      "Activate Task List"
  284. END
  285. STRINGTABLE DISCARDABLE 
  286. BEGIN
  287.     AFX_IDS_PREVIEW_CLOSE   "Close print preview modenCancel Preview"
  288. END
  289. #endif    // English (U.S.) resources
  290. /////////////////////////////////////////////////////////////////////////////
  291. #ifndef APSTUDIO_INVOKED
  292. /////////////////////////////////////////////////////////////////////////////
  293. //
  294. // Generated from the TEXTINCLUDE 3 resource.
  295. //
  296. #define _AFX_NO_SPLITTER_RESOURCES
  297. #define _AFX_NO_OLE_RESOURCES
  298. #define _AFX_NO_TRACKER_RESOURCES
  299. #define _AFX_NO_PROPERTY_RESOURCES
  300. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  301. #ifdef _WIN32
  302. LANGUAGE 9, 1
  303. #pragma code_page(1252)
  304. #endif //_WIN32
  305. #include "resListBoxSample.rc2"  // non-Microsoft Visual C++ edited resources
  306. #include "afxres.rc"         // Standard components
  307. #include "afxprint.rc"       // printing/print preview resources
  308. #endif
  309. /////////////////////////////////////////////////////////////////////////////
  310. #endif    // not APSTUDIO_INVOKED