PortScan.clw
上传用户:qzzxgm
上传日期:2009-12-14
资源大小:1882k
文件大小:2k
源码类别:

书籍源码

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CPortScanDlg
  5. LastTemplate=CSocket
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "PortScan.h"
  8. ClassCount=4
  9. Class1=CPortScanApp
  10. Class2=CPortScanDlg
  11. Class3=CAboutDlg
  12. ResourceCount=3
  13. Resource1=IDD_ABOUTBOX
  14. Resource2=IDR_MAINFRAME
  15. Class4=CTheSocket
  16. Resource3=IDD_PORTSCAN_DIALOG
  17. [CLS:CPortScanApp]
  18. Type=0
  19. HeaderFile=PortScan.h
  20. ImplementationFile=PortScan.cpp
  21. Filter=N
  22. [CLS:CPortScanDlg]
  23. Type=0
  24. HeaderFile=PortScanDlg.h
  25. ImplementationFile=PortScanDlg.cpp
  26. Filter=D
  27. BaseClass=CDialog
  28. VirtualFilter=dWC
  29. LastObject=CPortScanDlg
  30. [CLS:CAboutDlg]
  31. Type=0
  32. HeaderFile=PortScanDlg.h
  33. ImplementationFile=PortScanDlg.cpp
  34. Filter=D
  35. [DLG:IDD_ABOUTBOX]
  36. Type=1
  37. Class=CAboutDlg
  38. ControlCount=4
  39. Control1=IDC_STATIC,static,1342177283
  40. Control2=IDC_STATIC,static,1342308480
  41. Control3=IDC_STATIC,static,1342308352
  42. Control4=IDOK,button,1342373889
  43. [DLG:IDD_PORTSCAN_DIALOG]
  44. Type=1
  45. Class=CPortScanDlg
  46. ControlCount=19
  47. Control1=IDC_BUTTON_SCAN,button,1342242817
  48. Control2=IDC_BUTTON_STOP,button,1342242816
  49. Control3=IDC_IP_ADDRESS,SysIPAddress32,1342242816
  50. Control4=IDC_STATIC,static,1342308352
  51. Control5=IDC_STATIC,button,1342177287
  52. Control6=IDC_RADIO_SINGLE,button,1342177289
  53. Control7=IDC_RADIO_RANGE,button,1342177289
  54. Control8=IDC_EDIT_SINGLE_PORT,edit,1350631552
  55. Control9=IDC_EDIT_SINGLE_PORT_FROM,edit,1350631552
  56. Control10=IDC_EDIT_SINGLE_PORT_TO,edit,1350631552
  57. Control11=IDC_STATIC,static,1342308352
  58. Control12=IDC_EDIT_ATTEMPTS,edit,1350631552
  59. Control13=IDC_STATIC,static,1342308352
  60. Control14=IDC_LIST_RESULT,SysListView32,1350631425
  61. Control15=IDC_STATIC,static,1342308352
  62. Control16=IDC_PROGRESS,msctls_progress32,1350565888
  63. Control17=IDC_STATIC_STATUS,static,1342308352
  64. Control18=IDC_BUTTON_SAVE,button,1342242816
  65. Control19=IDC_STATIC,button,1342177287
  66. [CLS:CTheSocket]
  67. Type=0
  68. HeaderFile=TheSocket.h
  69. ImplementationFile=TheSocket.cpp
  70. BaseClass=CSocket
  71. Filter=N
  72. VirtualFilter=uq
  73. LastObject=CTheSocket