1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- #if !defined(AFX_AddOldClient_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
- #define AFX_AddOldClient_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // AddOldClient.h : header file
- /////////////////////////////////////////////////////////////////////////////
- // AddOldClient dialog
- class AddOldClient : public CDialog
- {
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- BOOL m_bAdd;
- AddOldClient(CWnd* pParent = NULL); // standard constructor
- CString id;
- // Dialog Data
- //{{AFX_DATA(AddOldClient)
- enum { IDD = IDD_DLGAddOldClient };
- CNumEdit m_numctrl;
- CComboBox m_combotaoxiname;
- CDateEdit m_ctrldate4;
- CDateEdit m_ctrldate3;
- CDateEdit m_ctrldate2;
- CDateEdit m_ctrldate;
- CString m_date;
- CString m_birthday1;
- CString m_birthday2;
- CString m_name1;
- CString m_name2;
- CString m_phone1;
- CString m_phone2;
- CString m_qq1;
- CString m_qq2;
- CString m_time3;
- CString m_taoxijiage;
- CString m_taoxiname;
- BOOL m_check1;
- BOOL m_check2;
- BOOL m_check3;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(AddOldClient)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(AddOldClient)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnSelchangeCombo1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_AddOldClient_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
|