12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- #if !defined(AFX_AddOldClient2_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
- #define AFX_AddOldClient2_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // AddOldClient2.h : header file
- /////////////////////////////////////////////////////////////////////////////
- // AddOldClient2 dialog
- class AddOldClient2 : public CDialog
- {
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- int m_linepos;
- CString m_phone;
- BOOL m_bAdd;
- AddOldClient2(CWnd* pParent = NULL); // standard constructor
- CString id;
- CString m_sex;
- // Dialog Data
- //{{AFX_DATA(AddOldClient2)
- enum {
- IDD = IDD_DLGAddOldClient2
- };
- CComboBox m_combosex;
- CComboBox m_combotaoxiname;
- CString m_date;
- CString m_taoxijiage;
- CString m_taoxiname;
- BOOL m_check1;
- CString m_birthday1;
- CString m_name1;
- CString m_name2;
- CString m_phone1;
- CString m_qq1;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(AddOldClient2)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(AddOldClient2)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- virtual void OnCancel();
- //}}AFX_MSG
- afx_msg LRESULT OnCloseWin(WPARAM wParam, LPARAM lParam);
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_AddOldClient2_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
|