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