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

对话框与窗口

开发平台:

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_OLE_RESOURCESrn"
  36.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  37.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  38.     "rn"
  39.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  40.     "#ifdef _WIN32rn"
  41.     "LANGUAGE 9, 1rn"
  42.     "#pragma code_page(1252)rn"
  43.     "#endif //_WIN32rn"
  44.     "#include ""res\CaptionBar.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  45.     "#include ""afxres.rc""         // Standard componentsrn"
  46.     "#include ""afxprint.rc""       // printing/print preview resourcesrn"
  47.     "#endifrn"
  48.     ""
  49. END
  50. #endif    // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Icon
  54. //
  55. // Icon with lowest ID value placed first to ensure application icon
  56. // remains consistent on all systems.
  57. IDR_MAINFRAME           ICON    DISCARDABLE     "res\CjSample.ico"
  58. IDR_CAPTIOTYPE          ICON    DISCARDABLE     "res\ListViewExDoc.ico"
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Bitmap
  62. //
  63. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "res\Toolbar.bmp"
  64. /////////////////////////////////////////////////////////////////////////////
  65. //
  66. // Toolbar
  67. //
  68. IDR_MAINFRAME TOOLBAR DISCARDABLE  16, 15
  69. BEGIN
  70.     BUTTON      ID_VIEW_LARGEICON
  71.     BUTTON      ID_VIEW_SMALLICON
  72.     BUTTON      ID_VIEW_LIST
  73.     BUTTON      ID_VIEW_DETAILS
  74.     SEPARATOR
  75.     BUTTON      ID_APP_ABOUT
  76. END
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // Menu
  80. //
  81. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  82. BEGIN
  83.     POPUP "&File"
  84.     BEGIN
  85.         MENUITEM "E&xit",                       ID_APP_EXIT
  86.     END
  87.     POPUP "&View"
  88.     BEGIN
  89.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  90.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  91.         MENUITEM SEPARATOR
  92.         POPUP "Theme"
  93.         BEGIN
  94.             MENUITEM "Default",                     ID_VIEW_THEME_DEFAULT
  95.             MENUITEM "Office XP",                   ID_VIEW_THEME_OFFICEXP
  96.             MENUITEM "Office 2003",                 ID_VIEW_THEME_OFFICE2003
  97.         END
  98.     END
  99.     POPUP "&Help"
  100.     BEGIN
  101.         MENUITEM "&About Caption Bar Sample...", ID_APP_ABOUT
  102.     END
  103. END
  104. #ifndef _MAC
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // Version
  108. //
  109. VS_VERSION_INFO VERSIONINFO
  110.  FILEVERSION 12,0,0,4
  111.  PRODUCTVERSION 12,0,0,4
  112.  FILEFLAGSMASK 0x3fL
  113. #ifdef _DEBUG
  114.  FILEFLAGS 0x1L
  115. #else
  116.  FILEFLAGS 0x0L
  117. #endif
  118.  FILEOS 0x4L
  119.  FILETYPE 0x1L
  120.  FILESUBTYPE 0x0L
  121. BEGIN
  122.     BLOCK "StringFileInfo"
  123.     BEGIN
  124.         BLOCK "040904B0"
  125.         BEGIN
  126.             VALUE "CompanyName", "Codejock Software"
  127.             VALUE "FileDescription", "CaptionBar MFC Application"
  128.             VALUE "FileVersion", "12, 0, 0, 4"
  129.             VALUE "InternalName", "CaptionBar"
  130.             VALUE "LegalCopyright", "(c)1998-2008 Codejock Software, All Rights Reserved."
  131.             VALUE "LegalTrademarks", ""
  132.             VALUE "OriginalFilename", "CaptionBar.EXE"
  133.             VALUE "ProductName", "CaptionBar Application"
  134.             VALUE "ProductVersion", "12, 0, 0, 4"
  135.         END
  136.     END
  137.     BLOCK "VarFileInfo"
  138.     BEGIN
  139.         VALUE "Translation", 0x409, 1200
  140.     END
  141. END
  142. #endif    // !_MAC
  143. /////////////////////////////////////////////////////////////////////////////
  144. //
  145. // String Table
  146. //
  147. STRINGTABLE PRELOAD DISCARDABLE 
  148. BEGIN
  149.     IDR_MAINFRAME           "Codejock Caption Bar SamplennCaptionnnCaptionBar.DocumentnCaptio Document"
  150. END
  151. STRINGTABLE PRELOAD DISCARDABLE 
  152. BEGIN
  153.     AFX_IDS_APP_TITLE       "Codejock Caption Bar Sample"
  154.     AFX_IDS_IDLEMESSAGE     "Ready"
  155. END
  156. STRINGTABLE DISCARDABLE 
  157. BEGIN
  158.     ID_INDICATOR_EXT        "EXT"
  159.     ID_INDICATOR_CAPS       "CAP"
  160.     ID_INDICATOR_NUM        "NUM"
  161.     ID_INDICATOR_SCRL       "SCRL"
  162.     ID_INDICATOR_OVR        "OVR"
  163.     ID_INDICATOR_REC        "REC"
  164. END
  165. STRINGTABLE DISCARDABLE 
  166. BEGIN
  167.     ID_FILE_NEW             "Create a new documentnNew"
  168.     ID_FILE_OPEN            "Open an existing documentnOpen"
  169.     ID_FILE_CLOSE           "Close the active documentnClose"
  170.     ID_FILE_SAVE            "Save the active documentnSave"
  171.     ID_FILE_SAVE_AS         "Save the active document with a new namenSave As"
  172.     ID_FILE_PAGE_SETUP      "Change the printing optionsnPage Setup"
  173.     ID_FILE_PRINT_SETUP     "Change the printer and printing optionsnPrint Setup"
  174.     ID_FILE_PRINT           "Print the active documentnPrint"
  175.     ID_FILE_PRINT_PREVIEW   "Display full pagesnPrint Preview"
  176. END
  177. STRINGTABLE DISCARDABLE 
  178. BEGIN
  179.     ID_APP_ABOUT            "Display program information, version number and copyrightnAbout"
  180.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  181. END
  182. STRINGTABLE DISCARDABLE 
  183. BEGIN
  184.     ID_FILE_MRU_FILE1       "Open this document"
  185.     ID_FILE_MRU_FILE2       "Open this document"
  186.     ID_FILE_MRU_FILE3       "Open this document"
  187.     ID_FILE_MRU_FILE4       "Open this document"
  188.     ID_FILE_MRU_FILE5       "Open this document"
  189.     ID_FILE_MRU_FILE6       "Open this document"
  190.     ID_FILE_MRU_FILE7       "Open this document"
  191.     ID_FILE_MRU_FILE8       "Open this document"
  192.     ID_FILE_MRU_FILE9       "Open this document"
  193.     ID_FILE_MRU_FILE10      "Open this document"
  194.     ID_FILE_MRU_FILE11      "Open this document"
  195.     ID_FILE_MRU_FILE12      "Open this document"
  196.     ID_FILE_MRU_FILE13      "Open this document"
  197.     ID_FILE_MRU_FILE14      "Open this document"
  198.     ID_FILE_MRU_FILE15      "Open this document"
  199.     ID_FILE_MRU_FILE16      "Open this document"
  200. END
  201. STRINGTABLE DISCARDABLE 
  202. BEGIN
  203.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  204.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  205. END
  206. STRINGTABLE DISCARDABLE 
  207. BEGIN
  208.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  209. END
  210. STRINGTABLE DISCARDABLE 
  211. BEGIN
  212.     ID_EDIT_CLEAR           "Erase the selectionnErase"
  213.     ID_EDIT_CLEAR_ALL       "Erase everythingnErase All"
  214.     ID_EDIT_COPY            "Copy the selection and put it on the ClipboardnCopy"
  215.     ID_EDIT_CUT             "Cut the selection and put it on the ClipboardnCut"
  216.     ID_EDIT_FIND            "Find the specified textnFind"
  217.     ID_EDIT_PASTE           "Insert Clipboard contentsnPaste"
  218.     ID_EDIT_REPEAT          "Repeat the last actionnRepeat"
  219.     ID_EDIT_REPLACE         "Replace specific text with different textnReplace"
  220.     ID_EDIT_SELECT_ALL      "Select the entire documentnSelect All"
  221.     ID_EDIT_UNDO            "Undo the last actionnUndo"
  222.     ID_EDIT_REDO            "Redo the previously undone actionnRedo"
  223. END
  224. STRINGTABLE DISCARDABLE 
  225. BEGIN
  226.     ID_VIEW_TOOLBAR         "Show or hide the toolbarnToggle ToolBar"
  227.     ID_VIEW_STATUS_BAR      "Show or hide the status barnToggle StatusBar"
  228.     ID_VIEW_AUTOARRANGE     "Arrange icons on a grid."
  229. END
  230. STRINGTABLE DISCARDABLE 
  231. BEGIN
  232.     AFX_IDS_SCSIZE          "Change the window size"
  233.     AFX_IDS_SCMOVE          "Change the window position"
  234.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  235.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  236.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  237.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  238.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  239. END
  240. STRINGTABLE DISCARDABLE 
  241. BEGIN
  242.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  243.     AFX_IDS_SCTASKLIST      "Activate Task List"
  244. END
  245. STRINGTABLE DISCARDABLE 
  246. BEGIN
  247.     AFX_IDS_PREVIEW_CLOSE   "Close print preview modenCancel Preview"
  248. END
  249. STRINGTABLE DISCARDABLE 
  250. BEGIN
  251.     ID_VIEW_SMALLICON       "Display items by using small icons.nSmall Icons"
  252.     ID_VIEW_LARGEICON       "Display items by using large icons.nLarge Icons"
  253.     ID_VIEW_LIST            "Displays items in a list.nList"
  254.     ID_VIEW_DETAILS         "Displays detailed information about each item in the window.nDetails"
  255.     ID_VIEW_LINEUP          "Arranges icons in a grid."
  256.     ID_VIEW_BYNAME          "Sorts the icons alphabetically."
  257. END
  258. STRINGTABLE DISCARDABLE 
  259. BEGIN
  260.     ID_VIEW_THEME_DEFAULT   "Default ThemenDefault"
  261.     ID_VIEW_THEME_OFFICEXP          "Office XP ThemenOffice XP"
  262.     ID_VIEW_THEME_OFFICE2003 "Office 2003 ThemenOffice 2003"
  263. END
  264. #endif    // English (U.S.) resources
  265. /////////////////////////////////////////////////////////////////////////////
  266. #ifndef APSTUDIO_INVOKED
  267. /////////////////////////////////////////////////////////////////////////////
  268. //
  269. // Generated from the TEXTINCLUDE 3 resource.
  270. //
  271. #define _AFX_NO_OLE_RESOURCES
  272. #define _AFX_NO_TRACKER_RESOURCES
  273. #define _AFX_NO_PROPERTY_RESOURCES
  274. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  275. #ifdef _WIN32
  276. LANGUAGE 9, 1
  277. #pragma code_page(1252)
  278. #endif //_WIN32
  279. #include "resCaptionBar.rc2"  // non-Microsoft Visual C++ edited resources
  280. #include "afxres.rc"         // Standard components
  281. #include "afxprint.rc"       // printing/print preview resources
  282. #endif
  283. /////////////////////////////////////////////////////////////////////////////
  284. #endif    // not APSTUDIO_INVOKED