12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- #if !defined(AFX_InputCard3Dlg_H__35FCD8D3_BAB0_4DF3_900C_4FEE10938CF1__INCLUDED_)
- #define AFX_InputCard3Dlg_H__35FCD8D3_BAB0_4DF3_900C_4FEE10938CF1__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // InputCard3Dlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // InputCard3Dlg dialog
- class InputCard3Dlg : public CDialog
- {
- // Construction
- public:
- InputCard3Dlg(CWnd* pParent = NULL); // standard constructor
- int m_mode;
- // Dialog Data
- //{{AFX_DATA(InputCard3Dlg)
- enum { IDD = IDD_DLGInputCard3 };
- CString m_name;
- CString m_no;
- CString m_card2no1;
- CString m_card2no2;
- CString m_card2no3;
- CString m_card2no4;
- CString m_card2no5;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(InputCard3Dlg)
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(InputCard3Dlg)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_InputCard3Dlg_H__35FCD8D3_BAB0_4DF3_900C_4FEE10938CF1__INCLUDED_)
|