12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- #if !defined(AFX_AddClient_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
- #define AFX_AddClient_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- class AddClient : public CDialog
- {
- public:
- BOOL m_bAdd;
- AddClient(CWnd* pParent = NULL);
- CString id;
-
- enum { IDD = IDD_DLGAddClient };
- CDateEdit m_datectrl;
- CComboBox m_combosex;
- CComboBox m_comboreason;
- CComboBox m_combofrom;
- CString m_addr1;
- CString m_name1;
- CString m_phone1;
- CString m_qq1;
- CString m_from;
- CString m_reason;
- CString m_bz;
- CString m_sex;
- CString m_birthday1;
- BOOL m_check1;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- virtual BOOL OnInitDialog();
- virtual void OnOK();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|