1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- #if !defined(AFX_INPUTCARDNO_H__E53FCCDB_B941_4C73_A0EC_50739A98D073__INCLUDED_)
- #define AFX_INPUTCARDNO_H__E53FCCDB_B941_4C73_A0EC_50739A98D073__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // InputCardNo.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // InputCardNo dialog
- class InputCardNo : public CDialog
- {
- CArray<CStringArray, CStringArray>m_List1array;
- CArray<CStringArray, CStringArray>m_List2array;
- // Construction
- public:
- void BranchChange();
- CString m_branch;
- void CheckInput();
- InputCardNo(CWnd* pParent = NULL); // standard constructor
- BOOL m_bChildMoneyCard;
- CString m_parentno;
- // Dialog Data
- //{{AFX_DATA(InputCardNo)
- enum { IDD = IDD_DLGInputCardNo };
- CComboBox m_combobranch;
- CString m_no;
- CString m_name;
- CString m_point;
- CString m_balance;
- CString m_phone;
- CString m_sex;
- CString m_date;
- CString m_psw;
- CString m_discount;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(InputCardNo)
- 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(InputCardNo)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnSelchangeCombo2();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_INPUTCARDNO_H__E53FCCDB_B941_4C73_A0EC_50739A98D073__INCLUDED_)
|