Spider.rc
上传用户:st5609838
上传日期:2013-03-29
资源大小:66k
文件大小:15k
源码类别:

搜索引擎

开发平台:

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.     "#endifrn"
  45.     "#include ""res\Spider.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""afxres.rc""         // Standard componentsrn"
  47.     "#include ""afxprint.rc""       // printing/print preview resourcesrn"
  48.     "#endif"
  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\Spider.ico"
  58. IDR_SPIDERTYPE          ICON    DISCARDABLE     "res\SpiderDoc.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_FILE_NEW
  71.     BUTTON      ID_FILE_OPEN
  72.     BUTTON      ID_FILE_SAVE
  73.     SEPARATOR
  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_APP_ABOUT
  80. END
  81. /////////////////////////////////////////////////////////////////////////////
  82. //
  83. // Menu
  84. //
  85. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  86. BEGIN
  87.     POPUP "&File"
  88.     BEGIN
  89.         MENUITEM "&NewtCtrl+N",                ID_FILE_NEW
  90.         MENUITEM "&Open...tCtrl+O",            ID_FILE_OPEN
  91.         MENUITEM SEPARATOR
  92.         MENUITEM "P&rint Setup...",             ID_FILE_PRINT_SETUP
  93.         MENUITEM SEPARATOR
  94.         MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
  95.         MENUITEM SEPARATOR
  96.         MENUITEM "E&xit",                       ID_APP_EXIT
  97.     END
  98.     POPUP "&View"
  99.     BEGIN
  100.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  101.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  102.     END
  103.     POPUP "&Help"
  104.     BEGIN
  105.         MENUITEM "&About Spider...",            ID_APP_ABOUT
  106.     END
  107. END
  108. IDR_SPIDERTYPE MENU PRELOAD DISCARDABLE 
  109. BEGIN
  110.     POPUP "&File"
  111.     BEGIN
  112.         MENUITEM "&NewtCtrl+N",                ID_FILE_NEW
  113.         MENUITEM "&Open...tCtrl+O",            ID_FILE_OPEN
  114.         MENUITEM "&Close",                      ID_FILE_CLOSE
  115.         MENUITEM "&SavetCtrl+S",               ID_FILE_SAVE
  116.         MENUITEM "Save &As...",                 ID_FILE_SAVE_AS
  117.         MENUITEM SEPARATOR
  118.         MENUITEM "&Print...tCtrl+P",           ID_FILE_PRINT
  119.         MENUITEM "Print Pre&view",              ID_FILE_PRINT_PREVIEW
  120.         MENUITEM "P&rint Setup...",             ID_FILE_PRINT_SETUP
  121.         MENUITEM SEPARATOR
  122.         MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
  123.         MENUITEM SEPARATOR
  124.         MENUITEM "E&xit",                       ID_APP_EXIT
  125.     END
  126.     POPUP "&Edit"
  127.     BEGIN
  128.         MENUITEM "&UndotCtrl+Z",               ID_EDIT_UNDO
  129.         MENUITEM SEPARATOR
  130.         MENUITEM "Cu&ttCtrl+X",                ID_EDIT_CUT
  131.         MENUITEM "&CopytCtrl+C",               ID_EDIT_COPY
  132.         MENUITEM "&PastetCtrl+V",              ID_EDIT_PASTE
  133.     END
  134.     POPUP "&Tools"
  135.     BEGIN
  136.         MENUITEM "Get URL File from the Web",   ID_TOOLS_GETURL
  137.         MENUITEM "Check Broken URLs",           ID_TOOL_BROKENURLS
  138.         MENUITEM "Get Server Responce Header",  ID_TOOLS_GETHEADER
  139.         MENUITEM SEPARATOR
  140.         MENUITEM "Strip HTML file to HREF URLs", ID_TOOLS_SHOWURLS
  141.         MENUITEM "Strip HTML file to Email Addresses", ID_TOOLS_EMAILADDRESS
  142.         MENUITEM "Strip HTML tags",             ID_TOOLS_STRIPHTML
  143.         MENUITEM "Strip Text from HTML File",   ID_TOOLS_STRIPTEXT
  144.         MENUITEM SEPARATOR
  145.         MENUITEM "Kill Threads",                ID_TOOLS_KILLTHREAD
  146.         MENUITEM "Stop Threads",                ID_TOOLS_STOP
  147.         MENUITEM SEPARATOR
  148.         MENUITEM "URL List ",                   ID_TOOLS_LIST
  149.         MENUITEM "URL List Not Found",          ID_TOOLS_NOT_FOUND
  150.     END
  151.     POPUP "&View"
  152.     BEGIN
  153.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  154.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  155.     END
  156.     POPUP "&Window"
  157.     BEGIN
  158.         MENUITEM "&New Window",                 ID_WINDOW_NEW
  159.         MENUITEM "&Cascade",                    ID_WINDOW_CASCADE
  160.         MENUITEM "&Tile",                       ID_WINDOW_TILE_HORZ
  161.         MENUITEM "&Arrange Icons",              ID_WINDOW_ARRANGE
  162.         MENUITEM "Close All Windows",           ID_WINDOWS_CLOSEALL
  163.     END
  164.     POPUP "&Help"
  165.     BEGIN
  166.         MENUITEM "&About Spider...",            ID_APP_ABOUT
  167.     END
  168. END
  169. /////////////////////////////////////////////////////////////////////////////
  170. //
  171. // Accelerator
  172. //
  173. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  174. BEGIN
  175.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  176.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  177.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  178.     "P",            ID_FILE_PRINT,          VIRTKEY, CONTROL
  179.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  180.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  181.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  182.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  183.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  184.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  185.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  186.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  187.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  188.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  189. END
  190. /////////////////////////////////////////////////////////////////////////////
  191. //
  192. // Dialog
  193. //
  194. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  195. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  196. CAPTION "About Spider"
  197. FONT 8, "MS Sans Serif"
  198. BEGIN
  199.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  200.     LTEXT           "Spider Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
  201.     LTEXT           "Copyright (C) 1998",IDC_STATIC,40,25,119,8
  202.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  203. END
  204. IDD_GETURL DIALOG DISCARDABLE  0, 0, 272, 87
  205. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  206. CAPTION "Get a File from the Web"
  207. FONT 8, "MS Sans Serif"
  208. BEGIN
  209.     COMBOBOX        IDC_URLCOMBO,7,46,258,87,CBS_DROPDOWN | WS_VSCROLL | 
  210.                     WS_TABSTOP
  211.     DEFPUSHBUTTON   "OK",IDOK,215,7,50,14
  212.     PUSHBUTTON      "Cancel",IDCANCEL,215,24,50,14
  213.     LTEXT           "Enter the Location of the URL ",IDC_STATIC,16,21,98,8
  214.     LTEXT           "example: http://www.myserver/~myplace",IDC_STATIC,15,32,
  215.                     148,8
  216.     CONTROL         "Check Root Links, when checking URLs",IDC_CHECKROOT,
  217.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,66,145,10
  218. END
  219. #ifndef _MAC
  220. /////////////////////////////////////////////////////////////////////////////
  221. //
  222. // Version
  223. //
  224. VS_VERSION_INFO VERSIONINFO
  225.  FILEVERSION 1,0,0,1
  226.  PRODUCTVERSION 1,0,0,1
  227.  FILEFLAGSMASK 0x3fL
  228. #ifdef _DEBUG
  229.  FILEFLAGS 0x1L
  230. #else
  231.  FILEFLAGS 0x0L
  232. #endif
  233.  FILEOS 0x4L
  234.  FILETYPE 0x1L
  235.  FILESUBTYPE 0x0L
  236. BEGIN
  237.     BLOCK "StringFileInfo"
  238.     BEGIN
  239.         BLOCK "040904B0"
  240.         BEGIN
  241.             VALUE "CompanyName", ""
  242.             VALUE "FileDescription", "Spider MFC Application"
  243.             VALUE "FileVersion", "1, 0, 0, 1"
  244.             VALUE "InternalName", "Spider"
  245.             VALUE "LegalCopyright", "Copyright (C) 1998"
  246.             VALUE "LegalTrademarks", ""
  247.             VALUE "OriginalFilename", "Spider.EXE"
  248.             VALUE "ProductName", "Spider Application"
  249.             VALUE "ProductVersion", "1, 0, 0, 1"
  250.         END
  251.     END
  252.     BLOCK "VarFileInfo"
  253.     BEGIN
  254.         VALUE "Translation", 0x409, 1200
  255.     END
  256. END
  257. #endif    // !_MAC
  258. /////////////////////////////////////////////////////////////////////////////
  259. //
  260. // DESIGNINFO
  261. //
  262. #ifdef APSTUDIO_INVOKED
  263. GUIDELINES DESIGNINFO DISCARDABLE 
  264. BEGIN
  265.     IDD_ABOUTBOX, DIALOG
  266.     BEGIN
  267.         LEFTMARGIN, 7
  268.         RIGHTMARGIN, 210
  269.         TOPMARGIN, 7
  270.         BOTTOMMARGIN, 48
  271.     END
  272.     IDD_GETURL, DIALOG
  273.     BEGIN
  274.         LEFTMARGIN, 7
  275.         RIGHTMARGIN, 265
  276.         TOPMARGIN, 7
  277.         BOTTOMMARGIN, 80
  278.     END
  279. END
  280. #endif    // APSTUDIO_INVOKED
  281. /////////////////////////////////////////////////////////////////////////////
  282. //
  283. // String Table
  284. //
  285. STRINGTABLE PRELOAD DISCARDABLE 
  286. BEGIN
  287.     IDR_MAINFRAME           "Spider"
  288.     IDR_SPIDERTYPE          "nSpidernSpidernSpider Files (*.txt)n.txtnSpider.DocumentnSpider Document"
  289. END
  290. STRINGTABLE PRELOAD DISCARDABLE 
  291. BEGIN
  292.     AFX_IDS_APP_TITLE       "Spider"
  293.     AFX_IDS_IDLEMESSAGE     "Ready"
  294. END
  295. STRINGTABLE DISCARDABLE 
  296. BEGIN
  297.     ID_INDICATOR_EXT        "EXT"
  298.     ID_INDICATOR_CAPS       "CAP"
  299.     ID_INDICATOR_NUM        "NUM"
  300.     ID_INDICATOR_SCRL       "SCRL"
  301.     ID_INDICATOR_OVR        "OVR"
  302.     ID_INDICATOR_REC        "REC"
  303. END
  304. STRINGTABLE DISCARDABLE 
  305. BEGIN
  306.     ID_FILE_NEW             "Create a new documentnNew"
  307.     ID_FILE_OPEN            "Open an existing documentnOpen"
  308.     ID_FILE_CLOSE           "Close the active documentnClose"
  309.     ID_FILE_SAVE            "Save the active documentnSave"
  310.     ID_FILE_SAVE_AS         "Save the active document with a new namenSave As"
  311.     ID_FILE_PAGE_SETUP      "Change the printing optionsnPage Setup"
  312.     ID_FILE_PRINT_SETUP     "Change the printer and printing optionsnPrint Setup"
  313.     ID_FILE_PRINT           "Print the active documentnPrint"
  314.     ID_FILE_PRINT_PREVIEW   "Display full pagesnPrint Preview"
  315. END
  316. STRINGTABLE DISCARDABLE 
  317. BEGIN
  318.     ID_APP_ABOUT            "Display program information, version number and copyrightnAbout"
  319.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  320. END
  321. STRINGTABLE DISCARDABLE 
  322. BEGIN
  323.     ID_FILE_MRU_FILE1       "Open this document"
  324.     ID_FILE_MRU_FILE2       "Open this document"
  325.     ID_FILE_MRU_FILE3       "Open this document"
  326.     ID_FILE_MRU_FILE4       "Open this document"
  327.     ID_FILE_MRU_FILE5       "Open this document"
  328.     ID_FILE_MRU_FILE6       "Open this document"
  329.     ID_FILE_MRU_FILE7       "Open this document"
  330.     ID_FILE_MRU_FILE8       "Open this document"
  331.     ID_FILE_MRU_FILE9       "Open this document"
  332.     ID_FILE_MRU_FILE10      "Open this document"
  333.     ID_FILE_MRU_FILE11      "Open this document"
  334.     ID_FILE_MRU_FILE12      "Open this document"
  335.     ID_FILE_MRU_FILE13      "Open this document"
  336.     ID_FILE_MRU_FILE14      "Open this document"
  337.     ID_FILE_MRU_FILE15      "Open this document"
  338.     ID_FILE_MRU_FILE16      "Open this document"
  339. END
  340. STRINGTABLE DISCARDABLE 
  341. BEGIN
  342.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  343.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  344. END
  345. STRINGTABLE DISCARDABLE 
  346. BEGIN
  347.     ID_WINDOW_NEW           "Open another window for the active documentnNew Window"
  348.     ID_WINDOW_ARRANGE       "Arrange icons at the bottom of the windownArrange Icons"
  349.     ID_WINDOW_CASCADE       "Arrange windows so they overlapnCascade Windows"
  350.     ID_WINDOW_TILE_HORZ     "Arrange windows as non-overlapping tilesnTile Windows"
  351.     ID_WINDOW_TILE_VERT     "Arrange windows as non-overlapping tilesnTile Windows"
  352.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  353. END
  354. STRINGTABLE DISCARDABLE 
  355. BEGIN
  356.     ID_EDIT_CLEAR           "Erase the selectionnErase"
  357.     ID_EDIT_CLEAR_ALL       "Erase everythingnErase All"
  358.     ID_EDIT_COPY            "Copy the selection and put it on the ClipboardnCopy"
  359.     ID_EDIT_CUT             "Cut the selection and put it on the ClipboardnCut"
  360.     ID_EDIT_FIND            "Find the specified textnFind"
  361.     ID_EDIT_PASTE           "Insert Clipboard contentsnPaste"
  362.     ID_EDIT_REPEAT          "Repeat the last actionnRepeat"
  363.     ID_EDIT_REPLACE         "Replace specific text with different textnReplace"
  364.     ID_EDIT_SELECT_ALL      "Select the entire documentnSelect All"
  365.     ID_EDIT_UNDO            "Undo the last actionnUndo"
  366.     ID_EDIT_REDO            "Redo the previously undone actionnRedo"
  367. END
  368. STRINGTABLE DISCARDABLE 
  369. BEGIN
  370.     ID_VIEW_TOOLBAR         "Show or hide the toolbarnToggle ToolBar"
  371.     ID_VIEW_STATUS_BAR      "Show or hide the status barnToggle StatusBar"
  372. END
  373. STRINGTABLE DISCARDABLE 
  374. BEGIN
  375.     AFX_IDS_SCSIZE          "Change the window size"
  376.     AFX_IDS_SCMOVE          "Change the window position"
  377.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  378.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  379.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  380.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  381.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  382. END
  383. STRINGTABLE DISCARDABLE 
  384. BEGIN
  385.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  386.     AFX_IDS_SCTASKLIST      "Activate Task List"
  387.     AFX_IDS_MDICHILD        "Activate this window"
  388. END
  389. STRINGTABLE DISCARDABLE 
  390. BEGIN
  391.     AFX_IDS_PREVIEW_CLOSE   "Close print preview modenCancel Preview"
  392. END
  393. #endif    // English (U.S.) resources
  394. /////////////////////////////////////////////////////////////////////////////
  395. #ifndef APSTUDIO_INVOKED
  396. /////////////////////////////////////////////////////////////////////////////
  397. //
  398. // Generated from the TEXTINCLUDE 3 resource.
  399. //
  400. #define _AFX_NO_SPLITTER_RESOURCES
  401. #define _AFX_NO_OLE_RESOURCES
  402. #define _AFX_NO_TRACKER_RESOURCES
  403. #define _AFX_NO_PROPERTY_RESOURCES
  404. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  405. #ifdef _WIN32
  406. LANGUAGE 9, 1
  407. #pragma code_page(1252)
  408. #endif
  409. #include "resSpider.rc2"  // non-Microsoft Visual C++ edited resources
  410. #include "afxres.rc"         // Standard components
  411. #include "afxprint.rc"       // printing/print preview resources
  412. #endif
  413. /////////////////////////////////////////////////////////////////////////////
  414. #endif    // not APSTUDIO_INVOKED