ZapMail.clw
上传用户:xmpantheon
上传日期:2016-10-20
资源大小:7502k
文件大小:2k
源码类别:

Email服务器

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CDlgAttachments
  5. LastTemplate=CDialog
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "ZapMail.h"
  8. ClassCount=4
  9. Class1=CZapMailApp
  10. Class2=CZapMailDlg
  11. Class3=CAboutDlg
  12. ResourceCount=4
  13. Resource1=IDD_ZAPMAIL_DIALOG
  14. Resource2=IDR_MAINFRAME
  15. Resource3=IDD_ABOUTBOX
  16. Class4=CDlgAttachments
  17. Resource4=IDD_ATTACHMENTS
  18. [CLS:CZapMailApp]
  19. Type=0
  20. HeaderFile=ZapMail.h
  21. ImplementationFile=ZapMail.cpp
  22. Filter=N
  23. [CLS:CZapMailDlg]
  24. Type=0
  25. HeaderFile=ZapMailDlg.h
  26. ImplementationFile=ZapMailDlg.cpp
  27. Filter=D
  28. LastObject=IDC_EDIT_SERVER
  29. BaseClass=CDialog
  30. VirtualFilter=dWC
  31. [CLS:CAboutDlg]
  32. Type=0
  33. HeaderFile=ZapMailDlg.h
  34. ImplementationFile=ZapMailDlg.cpp
  35. Filter=D
  36. [DLG:IDD_ABOUTBOX]
  37. Type=1
  38. Class=CAboutDlg
  39. ControlCount=4
  40. Control1=IDC_STATIC,static,1342177283
  41. Control2=IDC_STATIC,static,1342308480
  42. Control3=IDC_STATIC,static,1342308352
  43. Control4=IDOK,button,1342373889
  44. [DLG:IDD_ZAPMAIL_DIALOG]
  45. Type=1
  46. Class=CZapMailDlg
  47. ControlCount=13
  48. Control1=IDC_EDIT_SERVER,edit,1350631552
  49. Control2=IDC_EDIT_FROM,edit,1350631552
  50. Control3=IDC_EDIT_TO,edit,1350631552
  51. Control4=IDC_EDIT_SUBJECT,edit,1350631552
  52. Control5=IDC_EDIT_BODY,edit,1352732740
  53. Control6=IDC_BUTTON_SEND,button,1342242816
  54. Control7=IDCANCEL,button,1342242816
  55. Control8=IDC_STATIC,static,1342308352
  56. Control9=IDC_STATIC,static,1342308352
  57. Control10=IDC_STATIC,static,1342308352
  58. Control11=IDC_STATIC,static,1342308352
  59. Control12=IDC_STATIC,static,1342308352
  60. Control13=IDC_BUTTON_ATTACHMENTS,button,1342242816
  61. [DLG:IDD_ATTACHMENTS]
  62. Type=1
  63. Class=CDlgAttachments
  64. ControlCount=5
  65. Control1=IDOK,button,1342242817
  66. Control2=IDCANCEL,button,1342242816
  67. Control3=IDC_LIST_FILES,listbox,1352728835
  68. Control4=IDC_BUTTON_ADD,button,1342242816
  69. Control5=IDC_BUTTON_REMOVE,button,1342242816
  70. [CLS:CDlgAttachments]
  71. Type=0
  72. HeaderFile=DlgAttachments.h
  73. ImplementationFile=DlgAttachments.cpp
  74. BaseClass=CDialog
  75. Filter=D
  76. LastObject=CDlgAttachments
  77. VirtualFilter=dWC