VerificationCodeDlg.cpp 634 B

12345678910111213141516171819202122232425262728293031323334
  1. // VerificationCodeDlg.cpp: 实现文件
  2. //
  3. #include "pch.h"
  4. #include "TCL Copy Tool.h"
  5. #include "VerificationCodeDlg.h"
  6. #include "afxdialogex.h"
  7. // CVerificationCodeDlg 对话框
  8. IMPLEMENT_DYNAMIC(CVerificationCodeDlg, CDialogEx)
  9. CVerificationCodeDlg::CVerificationCodeDlg(CWnd* pParent /*=nullptr*/)
  10. : CDialogEx(IDD_VERIFICATION_CODE_DIALOG, pParent)
  11. {
  12. }
  13. CVerificationCodeDlg::~CVerificationCodeDlg()
  14. {
  15. }
  16. void CVerificationCodeDlg::DoDataExchange(CDataExchange* pDX)
  17. {
  18. CDialogEx::DoDataExchange(pDX);
  19. }
  20. BEGIN_MESSAGE_MAP(CVerificationCodeDlg, CDialogEx)
  21. END_MESSAGE_MAP()
  22. // CVerificationCodeDlg 消息处理程序