InputCard2Dlg.h 771 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #if !defined(AFX_INPUTCARD2DLG_H__35FCD8D3_BAB0_4DF3_900C_4FEE10938CF1__INCLUDED_)
  2. #define AFX_INPUTCARD2DLG_H__35FCD8D3_BAB0_4DF3_900C_4FEE10938CF1__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif
  6. class InputCard2Dlg : public CDialog
  7. {
  8. public:
  9. InputCard2Dlg(CWnd* pParent = NULL); // standard constructor
  10. int m_mode;
  11. BOOL m_bAddOne;
  12. enum { IDD = IDD_DLGInputCard2 };
  13. CString m_name;
  14. CString m_no;
  15. CString m_card2no1;
  16. CString m_card2no2;
  17. CString m_card2no3;
  18. CString m_card2no4;
  19. CString m_card2no5;
  20. public:
  21. virtual BOOL PreTranslateMessage(MSG* pMsg);
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  24. protected:
  25. virtual BOOL OnInitDialog();
  26. virtual void OnOK();
  27. //}}AFX_MSG
  28. DECLARE_MESSAGE_MAP()
  29. };
  30. #endif