OutlookDemo.rc
上传用户:wlkj888
上传日期:2022-08-01
资源大小:806k
文件大小:12k
源码类别:

对话框与窗口

开发平台:

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