GetPacket.rc
上传用户:qxsjcl
上传日期:2007-01-08
资源大小:263k
文件大小:14k
源码类别:

网络截获/分析

开发平台:

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. // Chinese (P.R.C.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
  17. #pragma code_page(936)
  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\GetPacket.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. // Bitmap
  54. //
  55. IDR_TOOLBAR1            BITMAP  DISCARDABLE     "res\toolbar1.bmp"
  56. /////////////////////////////////////////////////////////////////////////////
  57. //
  58. // Toolbar
  59. //
  60. IDR_TOOLBAR1 TOOLBAR DISCARDABLE  16, 15
  61. BEGIN
  62.     BUTTON      ID_BUTTON32776
  63.     BUTTON      ID_BUTTON32777
  64.     BUTTON      ID_BUTTON32778
  65.     BUTTON      ID_BUTTON32779
  66.     BUTTON      ID_BUTTON32780
  67.     BUTTON      ID_BUTTON32781
  68. END
  69. #endif    // Chinese (P.R.C.) resources
  70. /////////////////////////////////////////////////////////////////////////////
  71. /////////////////////////////////////////////////////////////////////////////
  72. // English (U.S.) resources
  73. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  74. #ifdef _WIN32
  75. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  76. #pragma code_page(1252)
  77. #endif //_WIN32
  78. /////////////////////////////////////////////////////////////////////////////
  79. //
  80. // Bitmap
  81. //
  82. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "res\Toolbar.bmp"
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // Toolbar
  86. //
  87. IDR_MAINFRAME TOOLBAR DISCARDABLE  16, 15
  88. BEGIN
  89.     BUTTON      ID_FILE_START
  90.     BUTTON      ID_FILE_STOP
  91. END
  92. /////////////////////////////////////////////////////////////////////////////
  93. //
  94. // Icon
  95. //
  96. // Icon with lowest ID value placed first to ensure application icon
  97. // remains consistent on all systems.
  98. IDR_MAINFRAME           ICON    DISCARDABLE     "res\GetPacket.ico"
  99. IDR_GETPACTYPE          ICON    DISCARDABLE     "res\GetPacketDoc.ico"
  100. /////////////////////////////////////////////////////////////////////////////
  101. //
  102. // Menu
  103. //
  104. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  105. BEGIN
  106.     POPUP "&File"
  107.     BEGIN
  108.         MENUITEM "Start",                       ID_FILE_START
  109.         MENUITEM "Stop",                        ID_FILE_STOP
  110.         MENUITEM SEPARATOR
  111.         MENUITEM "E&xit",                       ID_APP_EXIT
  112.     END
  113.     POPUP "&Edit"
  114.     BEGIN
  115.         MENUITEM "Filter",                      ID_EDIT_FILTER
  116.         MENUITEM "ClearAll",                    ID_EDIT_CLEARALL
  117.     END
  118.     POPUP "&Help"
  119.     BEGIN
  120.         MENUITEM "&About GetPacket...",         ID_APP_ABOUT
  121.     END
  122. END
  123. /////////////////////////////////////////////////////////////////////////////
  124. //
  125. // Accelerator
  126. //
  127. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  128. BEGIN
  129.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  130.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  131.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  132.     "P",            ID_FILE_PRINT,          VIRTKEY, CONTROL
  133.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  134.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  135.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  136.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  137.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  138.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  139.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  140.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  141.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  142.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  143. END
  144. /////////////////////////////////////////////////////////////////////////////
  145. //
  146. // Dialog
  147. //
  148. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  149. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  150. CAPTION "About GetPacket"
  151. FONT 8, "MS Sans Serif"
  152. BEGIN
  153.     LTEXT           "GetPacket Version 1.0",IDC_STATIC,7,7,119,8,SS_NOPREFIX
  154.     LTEXT           "zhoutianshu@yahoo.com",IDC_STATIC,7,40,119,8
  155.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  156.     LTEXT           "http://www.georcities.com/zhoutianshu",IDC_STATIC,7,24,
  157.                     154,11
  158. END
  159. IDD_FILTER DIALOGEX 0, 0, 222, 162
  160. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  161. CAPTION "Dialog"
  162. FONT 10, "System", 0, 0, 0x1
  163. BEGIN
  164.     EDITTEXT        ID_EDIT_SPORT,139,21,33,12,ES_AUTOHSCROLL
  165.     EDITTEXT        ID_EDIT_DPORT,139,87,33,12,ES_AUTOHSCROLL
  166.     DEFPUSHBUTTON   "OK",IDOK,32,141,50,14
  167.     PUSHBUTTON      "Cancel",IDCANCEL,108,141,50,14
  168.     LTEXT           "Source IP Address",IDC_STATIC,7,7,65,9
  169.     PUSHBUTTON      "Add",ID_BUTTON_SIP_ADD,102,22,24,12
  170.     LISTBOX         ID_LIST_SIP,7,36,88,30,LBS_SORT | LBS_NOINTEGRALHEIGHT | 
  171.                     WS_VSCROLL | WS_TABSTOP
  172.     PUSHBUTTON      "Del",ID_BUTTON_SIP_DEL,102,36,24,12
  173.     LTEXT           "Destination IP Address",IDC_STATIC,7,75,77,9
  174.     PUSHBUTTON      "Add",ID_BUTTON_DIP_ADD,102,87,24,12
  175.     LISTBOX         ID_LIST_DIP,7,101,88,30,LBS_SORT | LBS_NOINTEGRALHEIGHT | 
  176.                     WS_VSCROLL | WS_TABSTOP
  177.     PUSHBUTTON      "Del",ID_BUTTON_DIP_DEL,102,101,24,12
  178.     CONTROL         "",IDC_STATIC,"Static",SS_BLACKFRAME,7,69,178,1,
  179.                     WS_EX_STATICEDGE
  180.     LTEXT           "Source Port",IDC_STATIC,138,7,65,9
  181.     PUSHBUTTON      "Add",ID_BUTTON_SPORT_ADD,191,22,24,12
  182.     LISTBOX         ID_LIST_SPORT,139,36,41,30,LBS_SORT | 
  183.                     LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  184.     PUSHBUTTON      "Del",ID_BUTTON_SPORT_DEL,191,36,24,12
  185.     LTEXT           "Destination Port",IDC_STATIC,138,75,65,9
  186.     PUSHBUTTON      "Add",ID_BUTTON_DPORT_ADD,191,87,24,12
  187.     LISTBOX         ID_LIST_DPORT,139,101,41,30,LBS_SORT | 
  188.                     LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  189.     PUSHBUTTON      "Del",ID_BUTTON_DPORT_DEL,191,101,24,12
  190.     CONTROL         "Custom1",IDC_IPSADDR,"IPAddr",WS_BORDER | WS_TABSTOP,7,
  191.                     20,78,13
  192.     CONTROL         "Custom1",IDC_IPDADDR,"IPAddr",WS_BORDER | WS_TABSTOP,7,
  193.                     86,78,13
  194. END
  195. #ifndef _MAC
  196. /////////////////////////////////////////////////////////////////////////////
  197. //
  198. // Version
  199. //
  200. VS_VERSION_INFO VERSIONINFO
  201.  FILEVERSION 1,0,0,1
  202.  PRODUCTVERSION 1,0,0,1
  203.  FILEFLAGSMASK 0x3fL
  204. #ifdef _DEBUG
  205.  FILEFLAGS 0x1L
  206. #else
  207.  FILEFLAGS 0x0L
  208. #endif
  209.  FILEOS 0x4L
  210.  FILETYPE 0x1L
  211.  FILESUBTYPE 0x0L
  212. BEGIN
  213.     BLOCK "StringFileInfo"
  214.     BEGIN
  215.         BLOCK "040904b0"
  216.         BEGIN
  217.             VALUE "CompanyName", ""
  218.             VALUE "FileDescription", "GetPacket MFC Application"
  219.             VALUE "FileVersion", "1, 0, 0, 1"
  220.             VALUE "InternalName", "GetPacket"
  221.             VALUE "LegalCopyright", "Copyright (C) 1999"
  222.             VALUE "OriginalFilename", "GetPacket.EXE"
  223.             VALUE "ProductName", "GetPacket Application"
  224.             VALUE "ProductVersion", "1, 0, 0, 1"
  225.         END
  226.     END
  227.     BLOCK "VarFileInfo"
  228.     BEGIN
  229.         VALUE "Translation", 0x409, 1200
  230.     END
  231. END
  232. #endif    // !_MAC
  233. /////////////////////////////////////////////////////////////////////////////
  234. //
  235. // DESIGNINFO
  236. //
  237. #ifdef APSTUDIO_INVOKED
  238. GUIDELINES DESIGNINFO DISCARDABLE 
  239. BEGIN
  240.     IDD_ABOUTBOX, DIALOG
  241.     BEGIN
  242.         LEFTMARGIN, 7
  243.         RIGHTMARGIN, 210
  244.         TOPMARGIN, 7
  245.         BOTTOMMARGIN, 48
  246.     END
  247.     IDD_FILTER, DIALOG
  248.     BEGIN
  249.         LEFTMARGIN, 7
  250.         RIGHTMARGIN, 215
  251.         TOPMARGIN, 7
  252.         BOTTOMMARGIN, 155
  253.     END
  254. END
  255. #endif    // APSTUDIO_INVOKED
  256. /////////////////////////////////////////////////////////////////////////////
  257. //
  258. // String Table
  259. //
  260. STRINGTABLE PRELOAD DISCARDABLE 
  261. BEGIN
  262.     IDR_MAINFRAME           "GetPacketnnGetPacnnnGetPacket.DocumentnGetPac Document"
  263. END
  264. STRINGTABLE PRELOAD DISCARDABLE 
  265. BEGIN
  266.     AFX_IDS_APP_TITLE       "GetPacket"
  267.     AFX_IDS_IDLEMESSAGE     "Ready"
  268. END
  269. STRINGTABLE DISCARDABLE 
  270. BEGIN
  271.     ID_INDICATOR_EXT        "EXT"
  272.     ID_INDICATOR_CAPS       "CAP"
  273.     ID_INDICATOR_NUM        "NUM"
  274.     ID_INDICATOR_SCRL       "SCRL"
  275.     ID_INDICATOR_OVR        "OVR"
  276.     ID_INDICATOR_REC        "REC"
  277. END
  278. STRINGTABLE DISCARDABLE 
  279. BEGIN
  280.     ID_FILE_NEW             "Create a new documentnNew"
  281.     ID_FILE_OPEN            "Open an existing documentnOpen"
  282.     ID_FILE_CLOSE           "Close the active documentnClose"
  283.     ID_FILE_SAVE            "Save the active documentnSave"
  284.     ID_FILE_SAVE_AS         "Save the active document with a new namenSave As"
  285.     ID_FILE_PAGE_SETUP      "Change the printing optionsnPage Setup"
  286.     ID_FILE_PRINT_SETUP     "Change the printer and printing optionsnPrint Setup"
  287.     ID_FILE_PRINT           "Print the active documentnPrint"
  288.     ID_FILE_PRINT_PREVIEW   "Display full pagesnPrint Preview"
  289. END
  290. STRINGTABLE DISCARDABLE 
  291. BEGIN
  292.     ID_APP_ABOUT            "Display program information, version number and copyrightnAbout"
  293.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  294. END
  295. STRINGTABLE DISCARDABLE 
  296. BEGIN
  297.     ID_FILE_MRU_FILE1       "Open this document"
  298.     ID_FILE_MRU_FILE2       "Open this document"
  299.     ID_FILE_MRU_FILE3       "Open this document"
  300.     ID_FILE_MRU_FILE4       "Open this document"
  301.     ID_FILE_MRU_FILE5       "Open this document"
  302.     ID_FILE_MRU_FILE6       "Open this document"
  303.     ID_FILE_MRU_FILE7       "Open this document"
  304.     ID_FILE_MRU_FILE8       "Open this document"
  305.     ID_FILE_MRU_FILE9       "Open this document"
  306.     ID_FILE_MRU_FILE10      "Open this document"
  307.     ID_FILE_MRU_FILE11      "Open this document"
  308.     ID_FILE_MRU_FILE12      "Open this document"
  309.     ID_FILE_MRU_FILE13      "Open this document"
  310.     ID_FILE_MRU_FILE14      "Open this document"
  311.     ID_FILE_MRU_FILE15      "Open this document"
  312.     ID_FILE_MRU_FILE16      "Open this document"
  313. END
  314. STRINGTABLE DISCARDABLE 
  315. BEGIN
  316.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  317.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  318. END
  319. STRINGTABLE DISCARDABLE 
  320. BEGIN
  321.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  322. END
  323. STRINGTABLE DISCARDABLE 
  324. BEGIN
  325.     ID_EDIT_CLEAR           "Erase the selectionnErase"
  326.     ID_EDIT_CLEAR_ALL       "Erase everythingnErase All"
  327.     ID_EDIT_COPY            "Copy the selection and put it on the ClipboardnCopy"
  328.     ID_EDIT_CUT             "Cut the selection and put it on the ClipboardnCut"
  329.     ID_EDIT_FIND            "Find the specified textnFind"
  330.     ID_EDIT_PASTE           "Insert Clipboard contentsnPaste"
  331.     ID_EDIT_REPEAT          "Repeat the last actionnRepeat"
  332.     ID_EDIT_REPLACE         "Replace specific text with different textnReplace"
  333.     ID_EDIT_SELECT_ALL      "Select the entire documentnSelect All"
  334.     ID_EDIT_UNDO            "Undo the last actionnUndo"
  335.     ID_EDIT_REDO            "Redo the previously undone actionnRedo"
  336. END
  337. STRINGTABLE DISCARDABLE 
  338. BEGIN
  339.     ID_VIEW_TOOLBAR         "Show or hide the toolbarnToggle ToolBar"
  340.     ID_VIEW_STATUS_BAR      "Show or hide the status barnToggle StatusBar"
  341. END
  342. STRINGTABLE DISCARDABLE 
  343. BEGIN
  344.     AFX_IDS_SCSIZE          "Change the window size"
  345.     AFX_IDS_SCMOVE          "Change the window position"
  346.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  347.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  348.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  349.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  350.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  351. END
  352. STRINGTABLE DISCARDABLE 
  353. BEGIN
  354.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  355.     AFX_IDS_SCTASKLIST      "Activate Task List"
  356. END
  357. STRINGTABLE DISCARDABLE 
  358. BEGIN
  359.     AFX_IDS_PREVIEW_CLOSE   "Close print preview modenCancel Preview"
  360. END
  361. #endif    // English (U.S.) resources
  362. /////////////////////////////////////////////////////////////////////////////
  363. #ifndef APSTUDIO_INVOKED
  364. /////////////////////////////////////////////////////////////////////////////
  365. //
  366. // Generated from the TEXTINCLUDE 3 resource.
  367. //
  368. #define _AFX_NO_SPLITTER_RESOURCES
  369. #define _AFX_NO_OLE_RESOURCES
  370. #define _AFX_NO_TRACKER_RESOURCES
  371. #define _AFX_NO_PROPERTY_RESOURCES
  372. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  373. #ifdef _WIN32
  374. LANGUAGE 9, 1
  375. #pragma code_page(1252)
  376. #endif
  377. #include "resGetPacket.rc2"  // non-Microsoft Visual C++ edited resources
  378. #include "afxres.rc"         // Standard components
  379. #include "afxprint.rc"       // printing/print preview resources
  380. #endif
  381. /////////////////////////////////////////////////////////////////////////////
  382. #endif    // not APSTUDIO_INVOKED