123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- #if !defined(AFX_AddClientLYFZ_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
- #define AFX_AddClientLYFZ_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- #include "TreeComboBox.h"
- class AddClientLYFZ : public CDialog
- {
- public:
- CArray<CStringArray, CStringArray>*m_pList2array;
- BOOL m_bAdd;
- AddClientLYFZ(CWnd* pParent = NULL);
- CString id;
-
- enum { IDD = IDD_DLGAddClientLYFZ };
- CComboBox m_comboarea;
- CTreeComboBox m_comboclerk;
- CComboBox m_combostatus;
- CComboBox m_combofrom;
- CString m_addr1;
- CString m_name1;
- CString m_phone1;
- CString m_qq1;
- CString m_from;
- CString m_area;
- CString m_status;
- CString m_bz;
- CString m_name2; CString m_clerk;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnButton1();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|