home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VCM / VCM.MDB / VcmComponentContainer / 00_Cabinet / MFCIE.RC < prev    next >
Encoding:
Text File  |  1998-05-18  |  12.9 KB  |  435 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 ""mfcie.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#include ""afxprint.rc""       // printing/print preview resources\r\n"
  56.     "#endif\0"
  57. END
  58.  
  59. #endif    // APSTUDIO_INVOKED
  60.  
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Icon
  65. //
  66.  
  67. // Icon with lowest ID value placed first to ensure application icon
  68. // remains consistent on all systems.
  69. IDR_MAINFRAME           ICON    DISCARDABLE     "mfcie.ico"
  70. IDR_MFCIETYPE           ICON    DISCARDABLE     "mfcieDoc.ico"
  71.  
  72. /////////////////////////////////////////////////////////////////////////////
  73. //
  74. // Bitmap
  75. //
  76.  
  77. IDB_COLDTOOLBAR         BITMAP  FIXED IMPURE    "coldtool.bmp"
  78. IDB_HOTTOOLBAR          BITMAP  FIXED IMPURE    "hottoolb.bmp"
  79.  
  80. /////////////////////////////////////////////////////////////////////////////
  81. //
  82. // Menu
  83. //
  84.  
  85. IDR_MAINFRAME MENU PRELOAD DISCARDABLE
  86. BEGIN
  87.     POPUP "&File"
  88.     BEGIN
  89.         MENUITEM "&Open...\tCtrl+O",            ID_FILE_OPEN
  90.         MENUITEM SEPARATOR
  91.         MENUITEM "&Print...\tCtrl+P",           ID_FILE_PRINT
  92.         MENUITEM SEPARATOR
  93.         MENUITEM "&Close",                      ID_APP_EXIT
  94.     END
  95.     POPUP "&View"
  96.     BEGIN
  97.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  98.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  99.         MENUITEM SEPARATOR
  100.         POPUP "Fo&nts"
  101.         BEGIN
  102.             MENUITEM "Largest",                     ID_VIEW_FONTS_LARGEST
  103.             MENUITEM "Large",                       ID_VIEW_FONTS_LARGE
  104.             MENUITEM "Medium",                      ID_VIEW_FONTS_MEDIUM
  105.             MENUITEM "Small",                       ID_VIEW_FONTS_SMALL
  106.             MENUITEM "Smallest",                    ID_VIEW_FONTS_SMALLEST
  107.         END
  108.         MENUITEM SEPARATOR
  109.         MENUITEM "Sto&p\tEsc",                  ID_VIEW_STOP
  110.         MENUITEM "&Refresh\tF5",                ID_VIEW_REFRESH
  111.     END
  112.     POPUP "&Go"
  113.     BEGIN
  114.         MENUITEM "&Back\tAlt+Left Arrow",       ID_GO_BACK
  115.         MENUITEM "&Forward\tAlt+Right Arrow",   ID_GO_FORWARD
  116.         MENUITEM SEPARATOR
  117.         MENUITEM "&Start Page",                 ID_GO_START_PAGE
  118.         MENUITEM "Search the &Web",             ID_GO_SEARCH_THE_WEB
  119.     END
  120.     POPUP "F&avorites"
  121.     BEGIN
  122.         MENUITEM SEPARATOR
  123.     END
  124.     POPUP "&Help"
  125.     BEGIN
  126.         MENUITEM "Web &Tutorial",               ID_HELP_WEB_TUTORIAL
  127.         MENUITEM SEPARATOR
  128.         POPUP "Microsoft on the &Web"
  129.         BEGIN
  130.             MENUITEM "&Free Stuff",                 ID_HELP_MICROSOFT_ON_THE_WEB_FREE_STUFF
  131.  
  132.             MENUITEM "&Get Faster Internet Access", ID_HELP_MICROSOFT_ON_THE_WEB_GET_FASTER_INTERNET_ACCESS
  133.  
  134.             MENUITEM "Frequently Asked &Questions", ID_HELP_MICROSOFT_ON_THE_WEB_FREQUENTLY_ASKED_QUESTIONS
  135.  
  136.             MENUITEM SEPARATOR
  137.             MENUITEM "&Internet Start Page",        ID_HELP_MICROSOFT_ON_THE_WEB_INTERNET_START_PAGE
  138.  
  139.             MENUITEM "Send Feedbac&k...",           ID_HELP_MICROSOFT_ON_THE_WEB_SEND_FEEDBACK
  140.  
  141.             MENUITEM "&Best of the Web",            ID_HELP_MICROSOFT_ON_THE_WEB_BEST_OF_THE_WEB
  142.  
  143.             MENUITEM "Search the &Web",             ID_HELP_MICROSOFT_ON_THE_WEB_SEARCH_THE_WEB
  144.  
  145.             MENUITEM SEPARATOR
  146.             MENUITEM "Microsoft &Home Page",        ID_HELP_MICROSOFT_ON_THE_WEB_MICROSOFT_HOME_PAGE
  147.  
  148.         END
  149.         MENUITEM "Online &Support",             ID_HELP_ONLINE_SUPPORT
  150.         MENUITEM SEPARATOR
  151.         MENUITEM "&About mfcie...",             ID_APP_ABOUT
  152.     END
  153. END
  154.  
  155. IDR_FONT_POPUP MENU DISCARDABLE
  156. BEGIN
  157.     POPUP "Font"
  158.     BEGIN
  159.         MENUITEM "Lar&gest",                    ID_VIEW_FONTS_LARGEST
  160.         MENUITEM "&Larger",                     ID_VIEW_FONTS_LARGE
  161.         MENUITEM "&Medium",                     ID_VIEW_FONTS_MEDIUM
  162.         MENUITEM "&Smaller",                    ID_VIEW_FONTS_SMALL
  163.         MENUITEM "Sm&allest",                   ID_VIEW_FONTS_SMALLEST
  164.     END
  165. END
  166.  
  167. IDR_FAVORITES_POPUP MENU DISCARDABLE
  168. BEGIN
  169.     MENUITEM "Bogus",                       ID_BOGUS
  170. END
  171.  
  172.  
  173. /////////////////////////////////////////////////////////////////////////////
  174. //
  175. // Accelerator
  176. //
  177.  
  178. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE
  179. BEGIN
  180.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL, NOINVERT
  181.     "P",            ID_FILE_PRINT,          VIRTKEY, CONTROL, NOINVERT
  182.     VK_ESCAPE,      ID_VIEW_STOP,           VIRTKEY, NOINVERT
  183.     VK_F5,          ID_VIEW_REFRESH,        VIRTKEY, NOINVERT
  184.     VK_LEFT,        ID_GO_BACK,             VIRTKEY, ALT, NOINVERT
  185.     VK_RIGHT,       ID_GO_FORWARD,          VIRTKEY, ALT, NOINVERT
  186. END
  187.  
  188.  
  189. /////////////////////////////////////////////////////////////////////////////
  190. //
  191. // Dialog
  192. //
  193.  
  194. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 57
  195. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  196. CAPTION "About MFCIE"
  197. FONT 8, "MS Sans Serif"
  198. BEGIN
  199.     ICON            IDR_MAINFRAME,IDC_STATIC,11,19,20,20
  200.     LTEXT           "MFCIE Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
  201.     LTEXT           "Copyright ⌐ Microsoft Corp. 1997-1998",IDC_STATIC,40,26,119,
  202.                     8
  203.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  204.     LTEXT           "Created by David S. Miller",IDC_STATIC,40,42,119,8,
  205.                     SS_NOPREFIX
  206. END
  207.  
  208.  
  209. /////////////////////////////////////////////////////////////////////////////
  210. //
  211. // Version
  212. //
  213.  
  214. VS_VERSION_INFO VERSIONINFO
  215.  FILEVERSION 1,0,0,1
  216.  PRODUCTVERSION 1,0,0,1
  217.  FILEFLAGSMASK 0x3fL
  218. #ifdef _DEBUG
  219.  FILEFLAGS 0x1L
  220. #else
  221.  FILEFLAGS 0x0L
  222. #endif
  223.  FILEOS 0x4L
  224.  FILETYPE 0x1L
  225.  FILESUBTYPE 0x0L
  226. BEGIN
  227.     BLOCK "StringFileInfo"
  228.     BEGIN
  229.         BLOCK "040904B0"
  230.         BEGIN
  231.             VALUE "CompanyName", "\0"
  232.             VALUE "FileDescription", "mfcie MFC Application\0"
  233.             VALUE "FileVersion", "1, 0, 0, 1\0"
  234.             VALUE "InternalName", "mfcie\0"
  235.             VALUE "LegalCopyright", "Copyright (C) 1997-1998\0"
  236.             VALUE "LegalTrademarks", "\0"
  237.             VALUE "OriginalFilename", "mfcie.EXE\0"
  238.             VALUE "ProductName", "mfcie Application\0"
  239.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  240.         END
  241.     END
  242.     BLOCK "VarFileInfo"
  243.     BEGIN
  244.         VALUE "Translation", 0x409, 1200
  245.     END
  246. END
  247.  
  248.  
  249.  
  250. /////////////////////////////////////////////////////////////////////////////
  251. //
  252. // DESIGNINFO
  253. //
  254.  
  255. #ifdef APSTUDIO_INVOKED
  256. GUIDELINES DESIGNINFO DISCARDABLE
  257. BEGIN
  258.     IDD_ABOUTBOX, DIALOG
  259.     BEGIN
  260.         LEFTMARGIN, 7
  261.         RIGHTMARGIN, 210
  262.         TOPMARGIN, 7
  263.         BOTTOMMARGIN, 50
  264.     END
  265. END
  266. #endif    // APSTUDIO_INVOKED
  267.  
  268.  
  269. /////////////////////////////////////////////////////////////////////////////
  270. //
  271. // AVI
  272. //
  273.  
  274. IDR_MFCAVI              AVI     DISCARDABLE     "Mfc2.avi"
  275.  
  276. /////////////////////////////////////////////////////////////////////////////
  277. //
  278. // String Table
  279. //
  280.  
  281. STRINGTABLE DISCARDABLE
  282. BEGIN
  283.     IDP_SOCKETS_INIT_FAILED "Windows sockets initialization failed."
  284. END
  285.  
  286. STRINGTABLE PRELOAD DISCARDABLE
  287. BEGIN
  288.     IDR_MAINFRAME           "MFCIE\n\nMFCIE\n\n\nMFCIE.Document\nMFCIE Document"
  289. END
  290.  
  291. STRINGTABLE PRELOAD DISCARDABLE
  292. BEGIN
  293.     AFX_IDS_APP_TITLE       "mfcie"
  294.     AFX_IDS_IDLEMESSAGE     "Ready"
  295. END
  296.  
  297. STRINGTABLE DISCARDABLE
  298. BEGIN
  299.     ID_INDICATOR_EXT        "EXT"
  300.     ID_INDICATOR_CAPS       "CAP"
  301.     ID_INDICATOR_NUM        "NUM"
  302.     ID_INDICATOR_SCRL       "SCRL"
  303.     ID_INDICATOR_OVR        "OVR"
  304.     ID_INDICATOR_REC        "REC"
  305. END
  306.  
  307. STRINGTABLE DISCARDABLE
  308. BEGIN
  309.     ID_FILE_OPEN            "Opens a document in this window."
  310.     ID_FILE_CLOSE           "Closes the window."
  311.     ID_FILE_PRINT           "Prints this document.\nPrint"
  312. END
  313.  
  314. STRINGTABLE DISCARDABLE
  315. BEGIN
  316.     ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
  317.     ID_APP_EXIT             "Closes the window."
  318. END
  319.  
  320. STRINGTABLE DISCARDABLE
  321. BEGIN
  322.     ID_EDIT_COPY            "Copies the current selection onto the Clipboard."
  323.     ID_EDIT_CUT             "Removes the current selection and copies it onto the Clipboard."
  324.     ID_EDIT_FIND            "Searches the current window for text."
  325.     ID_EDIT_PASTE           "Inserts the items you have copied or cut into the selection location."
  326.     ID_EDIT_SELECT_ALL      "Selects all the text on this page."
  327. END
  328.  
  329. STRINGTABLE DISCARDABLE
  330. BEGIN
  331.     ID_VIEW_TOOLBAR         "Show or hide the toolbar"
  332.     ID_VIEW_STATUS_BAR      "Show or hide the status bar"
  333. END
  334.  
  335. STRINGTABLE DISCARDABLE
  336. BEGIN
  337.     AFX_IDS_SCSIZE          "Change the window size"
  338.     AFX_IDS_SCMOVE          "Change the window position"
  339.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  340.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  341.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  342.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  343.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  344. END
  345.  
  346. STRINGTABLE DISCARDABLE
  347. BEGIN
  348.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  349.     AFX_IDS_SCTASKLIST      "Activate Task List"
  350. END
  351.  
  352. STRINGTABLE DISCARDABLE
  353. BEGIN
  354.     IDS_WEB_TUTORIAL        "http://www.microsoft.com/magazine/guides/internet/"
  355.     IDS_ONLINE_SUPPORT      "http://www.microsoft.com/iesupport/"
  356.     IDS_FREE_STUFF          "http://www.microsoft.com/ie/download/"
  357.     IDS_GET_FASTER_INTERNET_ACCESS "http://www.microsoft.com/windows/getisdn/"
  358.     IDS_FREQUENTLY_ASKED_QUESTIONS
  359.                             "http://www.microsoft.com/iesupport/content/faq/"
  360.     IDS_INTERNET_START_PAGE "http://home.microsoft.com/"
  361.     IDS_SEND_FEEDBACK       "http://www.microsoft.com/regwiz/regwiz.asp?finishurl=/ie/"
  362.     IDS_BEST_OF_THE_WEB     "http://home.microsoft.com/exploring/exploring.asp"
  363.     IDS_SEARCH_THE_WEB      "http://home.microsoft.com/access/allinone.asp"
  364.     IDS_MICROSOFT_HOME_PAGE "http://www.microsoft.com/"
  365.     IDS_BACK                "Back"
  366.     IDS_FORWARD             "Forward"
  367.     IDS_STOP                "Stop"
  368.     IDS_REFRESH             "Refresh"
  369. END
  370.  
  371. STRINGTABLE DISCARDABLE
  372. BEGIN
  373.     IDS_FILETYPES           "HTML Files|*.htm;*.html|Text Files|*.txt|GIF Files|*.gif|JPEG Files|*.jpg;*.jpeg|AU Files|*.au|AIFF Files|*.aif;*.aiff|XBM Files|*.xbm|All Files|*.*||"
  374. END
  375.  
  376. STRINGTABLE DISCARDABLE
  377. BEGIN
  378.     ID_VIEW_STOP            "Stops opening a file.\nStop"
  379.     ID_VIEW_REFRESH         "Refreshes the contents of the current page.\nRefresh"
  380.     ID_VIEW_FONTS_LARGEST   "Selects largest font size."
  381.     ID_VIEW_FONTS_LARGE     "Selects large font size."
  382. END
  383.  
  384. STRINGTABLE DISCARDABLE
  385. BEGIN
  386.     ID_VIEW_FONTS_MEDIUM    "Selects medium font size."
  387.     ID_VIEW_FONTS_SMALL     "Selects small font size."
  388.     ID_VIEW_FONTS_SMALLEST  "Selects smallest font size."
  389.     ID_GO_BACK              "Goes back one step.\nBack"
  390.     ID_GO_FORWARD           "Goes forward one step.\nForward"
  391.     ID_GO_START_PAGE        "Opens your start page.\nStart Page"
  392.     ID_GO_SEARCH_THE_WEB    "Opens your search page.\nSearch the Internet"
  393.     ID_GO_BEST_OF_THE_WEB   "Opens the Best of the Web page."
  394.     ID_FAVORITES_DROPDOWN   "View list of your personal favorites.\nFavorites"
  395.     ID_FONT_DROPDOWN        "Change font size.\nFonts"
  396.     ID_HELP_WEB_TUTORIAL    "Opens the Web tutorial page (on the Internet)."
  397. END
  398.  
  399. STRINGTABLE DISCARDABLE
  400. BEGIN
  401.     IDS_HOME                "Home"
  402.     IDS_SEARCH              "Search"
  403.     IDS_FAVORITES           "Favorites"
  404.     IDS_PRINT               "Print"
  405.     IDS_FONT                "Font"
  406.     IDS_ADDRESS             "Address"
  407. END
  408.  
  409. #endif    // English (U.S.) resources
  410. /////////////////////////////////////////////////////////////////////////////
  411.  
  412.  
  413.  
  414. #ifndef APSTUDIO_INVOKED
  415. /////////////////////////////////////////////////////////////////////////////
  416. //
  417. // Generated from the TEXTINCLUDE 3 resource.
  418. //
  419. #define _AFX_NO_SPLITTER_RESOURCES
  420. #define _AFX_NO_OLE_RESOURCES
  421. #define _AFX_NO_TRACKER_RESOURCES
  422. #define _AFX_NO_PROPERTY_RESOURCES
  423.  
  424. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  425. #ifdef _WIN32
  426. LANGUAGE 9, 1
  427. #pragma code_page(1252)
  428. #endif
  429. #include "mfcie.rc2"  // non-Microsoft Visual C++ edited resources
  430. #include "afxres.rc"         // Standard components
  431. #include "afxprint.rc"       // printing/print preview resources
  432. #endif
  433. /////////////////////////////////////////////////////////////////////////////
  434. #endif    // not APSTUDIO_INVOKED
  435.