#if !defined(AFX_DLG_SMSLIST_EXPORT_H__C7529541_6950_4C11_89C0_46E3E23ED1EC__INCLUDED_) #define AFX_DLG_SMSLIST_EXPORT_H__C7529541_6950_4C11_89C0_46E3E23ED1EC__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DLG_SmsList_Export.h : header file // ///////////////////////////////////////////////////////////////////////////// // DLG_SmsList_Export dialog #include "..\public\SortList\SortList.h" #include "..\public\reportctrl\ReportCtrl.h" class DLG_SmsList_Export : public CDialog { public: CAdoRecordSet * m_pAdo; CReportCtrl * m_pList; long m_lExportType; // Construction public: void InitList(); void SetParam(CAdoRecordSet * pAdo , CReportCtrl * pList , long lExportType=0); DLG_SmsList_Export(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(DLG_SmsList_Export) enum { IDD = IDD_SMSLIST_EXPORT }; CButton m_B_OnlySel; CSortList m_L_List; CButton m_B_AddHead; CEdit m_E_FileName; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(DLG_SmsList_Export) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(DLG_SmsList_Export) afx_msg void OnSmsjsExportGetfile(); afx_msg void OnSmsjsExportSelall(); afx_msg void OnSmsjsExportClear(); virtual void OnOK(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLG_SMSLIST_EXPORT_H__C7529541_6950_4C11_89C0_46E3E23ED1EC__INCLUDED_)