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

对话框与窗口

开发平台:

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\VirtualList.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_VIRTUATYPE          ICON    DISCARDABLE     "res\VirtualListDoc.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_APP_ABOUT
  82. END
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // Menu
  86. //
  87. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  88. BEGIN
  89.     POPUP "&File"
  90.     BEGIN
  91.         MENUITEM "&NewtCtrl+N",                ID_FILE_NEW
  92.         MENUITEM "&Open...tCtrl+O",            ID_FILE_OPEN
  93.         MENUITEM "&SavetCtrl+S",               ID_FILE_SAVE
  94.         MENUITEM "Save &As...",                 ID_FILE_SAVE_AS
  95.         MENUITEM SEPARATOR
  96.         MENUITEM "&Print...tCtrl+P",           ID_FILE_PRINT
  97.         MENUITEM "Print Pre&view",              ID_FILE_PRINT_PREVIEW
  98.         MENUITEM "P&rint Setup...",             ID_FILE_PRINT_SETUP
  99.         MENUITEM SEPARATOR
  100.         MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
  101.         MENUITEM SEPARATOR
  102.         MENUITEM "E&xit",                       ID_APP_EXIT
  103.     END
  104.     POPUP "&Edit"
  105.     BEGIN
  106.         MENUITEM "&UndotCtrl+Z",               ID_EDIT_UNDO
  107.         MENUITEM SEPARATOR
  108.         MENUITEM "Cu&ttCtrl+X",                ID_EDIT_CUT
  109.         MENUITEM "&CopytCtrl+C",               ID_EDIT_COPY
  110.         MENUITEM "&PastetCtrl+V",              ID_EDIT_PASTE
  111.     END
  112.     POPUP "&View"
  113.     BEGIN
  114.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  115.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  116.     END
  117.     POPUP "&Report"
  118.     BEGIN
  119.         MENUITEM "&Set Rows Count",             ID_REPORT_SETROWSCOUNT
  120.         MENUITEM "Colorize",                    ID_REPORT_COLORIZE
  121.         MENUITEM "Simple &1-level tree",        ID_REPORT_TREE
  122.     END
  123.     POPUP "&Help"
  124.     BEGIN
  125.         MENUITEM "&About Report Control Virtual List Sample...", 
  126.                                                 ID_APP_ABOUT
  127.     END
  128. END
  129. /////////////////////////////////////////////////////////////////////////////
  130. //
  131. // Accelerator
  132. //
  133. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  134. BEGIN
  135.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  136.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  137.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  138.     "P",            ID_FILE_PRINT,          VIRTKEY, CONTROL
  139.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  140.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  141.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  142.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  143.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  144.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  145.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  146.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  147.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  148.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  149. END
  150. #ifndef _MAC
  151. /////////////////////////////////////////////////////////////////////////////
  152. //
  153. // Version
  154. //
  155. VS_VERSION_INFO VERSIONINFO
  156.  FILEVERSION 12,0,0,4
  157.  PRODUCTVERSION 12,0,0,4
  158.  FILEFLAGSMASK 0x3fL
  159. #ifdef _DEBUG
  160.  FILEFLAGS 0x1L
  161. #else
  162.  FILEFLAGS 0x0L
  163. #endif
  164.  FILEOS 0x4L
  165.  FILETYPE 0x1L
  166.  FILESUBTYPE 0x0L
  167. BEGIN
  168.     BLOCK "StringFileInfo"
  169.     BEGIN
  170.         BLOCK "040904B0"
  171.         BEGIN
  172.             VALUE "CompanyName", "Codejock Software"
  173.             VALUE "FileDescription", "VirtualList MFC Application"
  174.             VALUE "FileVersion", "12, 0, 0, 4"
  175.             VALUE "InternalName", "VirtualList"
  176.             VALUE "LegalCopyright", "(c)1998-2008 Codejock Software, All Rights Reserved."
  177.             VALUE "LegalTrademarks", ""
  178.             VALUE "OriginalFilename", "VirtualList.EXE"
  179.             VALUE "ProductName", "VirtualList Application"
  180.             VALUE "ProductVersion", "12, 0, 0, 4"
  181.         END
  182.     END
  183.     BLOCK "VarFileInfo"
  184.     BEGIN
  185.         VALUE "Translation", 0x409, 1200
  186.     END
  187. END
  188. #endif    // !_MAC
  189. /////////////////////////////////////////////////////////////////////////////
  190. //
  191. // Dialog
  192. //
  193. IDD_DIALOG_ROWS_COUNT DIALOG DISCARDABLE  0, 0, 186, 60
  194. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  195. CAPTION "Properties"
  196. FONT 8, "MS Sans Serif"
  197. BEGIN
  198.     LTEXT           "Enter Rows Count:",IDC_STATIC,7,7,93,9
  199.     EDITTEXT        IDC_EDIT_ROWSCOUNT,7,17,172,11,ES_AUTOHSCROLL | 
  200.                     ES_NUMBER
  201.     DEFPUSHBUTTON   "OK",IDOK,43,39,50,14
  202.     PUSHBUTTON      "Cancel",IDCANCEL,98,39,50,14
  203. END
  204. /////////////////////////////////////////////////////////////////////////////
  205. //
  206. // DESIGNINFO
  207. //
  208. #ifdef APSTUDIO_INVOKED
  209. GUIDELINES DESIGNINFO DISCARDABLE 
  210. BEGIN
  211.     IDD_DIALOG_ROWS_COUNT, DIALOG
  212.     BEGIN
  213.         LEFTMARGIN, 7
  214.         RIGHTMARGIN, 179
  215.         TOPMARGIN, 7
  216.         BOTTOMMARGIN, 53
  217.     END
  218. END
  219. #endif    // APSTUDIO_INVOKED
  220. /////////////////////////////////////////////////////////////////////////////
  221. //
  222. // String Table
  223. //
  224. STRINGTABLE PRELOAD DISCARDABLE 
  225. BEGIN
  226.     IDR_MAINFRAME           "Codejock Report Control Virtual List SamplennVirtuannnVirtualList.DocumentnVirtua Document"
  227. END
  228. STRINGTABLE PRELOAD DISCARDABLE 
  229. BEGIN
  230.     AFX_IDS_APP_TITLE       "Codejock Report Control Virtual List Sample"
  231.     AFX_IDS_IDLEMESSAGE     "Ready"
  232. END
  233. STRINGTABLE DISCARDABLE 
  234. BEGIN
  235.     ID_INDICATOR_EXT        "EXT"
  236.     ID_INDICATOR_CAPS       "CAP"
  237.     ID_INDICATOR_NUM        "NUM"
  238.     ID_INDICATOR_SCRL       "SCRL"
  239.     ID_INDICATOR_OVR        "OVR"
  240.     ID_INDICATOR_REC        "REC"
  241. END
  242. STRINGTABLE DISCARDABLE 
  243. BEGIN
  244.     ID_FILE_NEW             "Create a new documentnNew"
  245.     ID_FILE_OPEN            "Open an existing documentnOpen"
  246.     ID_FILE_CLOSE           "Close the active documentnClose"
  247.     ID_FILE_SAVE            "Save the active documentnSave"
  248.     ID_FILE_SAVE_AS         "Save the active document with a new namenSave As"
  249.     ID_FILE_PAGE_SETUP      "Change the printing optionsnPage Setup"
  250.     ID_FILE_PRINT_SETUP     "Change the printer and printing optionsnPrint Setup"
  251.     ID_FILE_PRINT           "Print the active documentnPrint"
  252.     ID_FILE_PRINT_PREVIEW   "Display full pagesnPrint Preview"
  253. END
  254. STRINGTABLE DISCARDABLE 
  255. BEGIN
  256.     ID_APP_ABOUT            "Display program information, version number and copyrightnAbout"
  257.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  258. END
  259. STRINGTABLE DISCARDABLE 
  260. BEGIN
  261.     ID_FILE_MRU_FILE1       "Open this document"
  262.     ID_FILE_MRU_FILE2       "Open this document"
  263.     ID_FILE_MRU_FILE3       "Open this document"
  264.     ID_FILE_MRU_FILE4       "Open this document"
  265.     ID_FILE_MRU_FILE5       "Open this document"
  266.     ID_FILE_MRU_FILE6       "Open this document"
  267.     ID_FILE_MRU_FILE7       "Open this document"
  268.     ID_FILE_MRU_FILE8       "Open this document"
  269.     ID_FILE_MRU_FILE9       "Open this document"
  270.     ID_FILE_MRU_FILE10      "Open this document"
  271.     ID_FILE_MRU_FILE11      "Open this document"
  272.     ID_FILE_MRU_FILE12      "Open this document"
  273.     ID_FILE_MRU_FILE13      "Open this document"
  274.     ID_FILE_MRU_FILE14      "Open this document"
  275.     ID_FILE_MRU_FILE15      "Open this document"
  276.     ID_FILE_MRU_FILE16      "Open this document"
  277. END
  278. STRINGTABLE DISCARDABLE 
  279. BEGIN
  280.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  281.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  282. END
  283. STRINGTABLE DISCARDABLE 
  284. BEGIN
  285.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  286. END
  287. STRINGTABLE DISCARDABLE 
  288. BEGIN
  289.     ID_EDIT_CLEAR           "Erase the selectionnErase"
  290.     ID_EDIT_CLEAR_ALL       "Erase everythingnErase All"
  291.     ID_EDIT_COPY            "Copy the selection and put it on the ClipboardnCopy"
  292.     ID_EDIT_CUT             "Cut the selection and put it on the ClipboardnCut"
  293.     ID_EDIT_FIND            "Find the specified textnFind"
  294.     ID_EDIT_PASTE           "Insert Clipboard contentsnPaste"
  295.     ID_EDIT_REPEAT          "Repeat the last actionnRepeat"
  296.     ID_EDIT_REPLACE         "Replace specific text with different textnReplace"
  297.     ID_EDIT_SELECT_ALL      "Select the entire documentnSelect All"
  298.     ID_EDIT_UNDO            "Undo the last actionnUndo"
  299.     ID_EDIT_REDO            "Redo the previously undone actionnRedo"
  300. END
  301. STRINGTABLE DISCARDABLE 
  302. BEGIN
  303.     ID_VIEW_TOOLBAR         "Show or hide the toolbarnToggle ToolBar"
  304.     ID_VIEW_STATUS_BAR      "Show or hide the status barnToggle StatusBar"
  305. END
  306. STRINGTABLE DISCARDABLE 
  307. BEGIN
  308.     AFX_IDS_SCSIZE          "Change the window size"
  309.     AFX_IDS_SCMOVE          "Change the window position"
  310.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  311.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  312.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  313.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  314.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  315. END
  316. STRINGTABLE DISCARDABLE 
  317. BEGIN
  318.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  319.     AFX_IDS_SCTASKLIST      "Activate Task List"
  320. END
  321. STRINGTABLE DISCARDABLE 
  322. BEGIN
  323.     AFX_IDS_PREVIEW_CLOSE   "Close print preview modenCancel Preview"
  324. END
  325. STRINGTABLE DISCARDABLE 
  326. BEGIN
  327.     ID_REPORT_TREE          "Show how to use simple tree functionality in virtual mode (only 1 level is possible)"
  328. END
  329. #endif    // English (U.S.) resources
  330. /////////////////////////////////////////////////////////////////////////////
  331. #ifndef APSTUDIO_INVOKED
  332. /////////////////////////////////////////////////////////////////////////////
  333. //
  334. // Generated from the TEXTINCLUDE 3 resource.
  335. //
  336. #define _AFX_NO_SPLITTER_RESOURCES
  337. #define _AFX_NO_OLE_RESOURCES
  338. #define _AFX_NO_TRACKER_RESOURCES
  339. #define _AFX_NO_PROPERTY_RESOURCES
  340. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  341. #ifdef _WIN32
  342. LANGUAGE 9, 1
  343. #pragma code_page(1252)
  344. #endif //_WIN32
  345. #include "resVirtualList.rc2"  // non-Microsoft Visual C++ edited resources
  346. #include "afxres.rc"         // Standard components
  347. #include "afxprint.rc"       // printing/print preview resources
  348. #endif
  349. /////////////////////////////////////////////////////////////////////////////
  350. #endif    // not APSTUDIO_INVOKED