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