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 // _MSC_VER > 1000
- // AddClientLYFZ.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // AddClientLYFZ dialog
- #include "TreeComboBox.h"
- class AddClientLYFZ : public CDialog
- {
- // Construction
- public:
- CArray<CStringArray, CStringArray>*m_pList2array;
- BOOL m_bAdd;
- AddClientLYFZ(CWnd* pParent = NULL); // standard constructor
- CString id;
- // Dialog Data
- //{{AFX_DATA(AddClientLYFZ)
- 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;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(AddClientLYFZ)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(AddClientLYFZ)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnButton1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_AddClientLYFZ_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
|