#if !defined(AFX_DLG_BACK_EXPORT_H__A5BB0809_20F7_4D8C_A71E_6B021A943E53__INCLUDED_) #define AFX_DLG_BACK_EXPORT_H__A5BB0809_20F7_4D8C_A71E_6B021A943E53__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DLG_Back_Export.h : header file // ///////////////////////////////////////////////////////////////////////////// // DLG_Back_Export dialog #include "..\public\SortList\SortList.h" #include "..\public\reportctrl\ReportCtrl.h" class DLG_Back_Export : public CDialog { public: CAdoRecordSet * m_pAdo; CReportCtrl * m_pList; long m_lExportType; // Construction public: void SetParam(CAdoRecordSet *pAdo, CReportCtrl *pList, long lExportType); void InitList(); DLG_Back_Export(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(DLG_Back_Export) enum { IDD = IDD_BACK_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_Back_Export) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(DLG_Back_Export) virtual BOOL OnInitDialog(); afx_msg void OnSmsjsExportSelall(); afx_msg void OnSmsjsExportClear(); 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_BACK_EXPORT_H__A5BB0809_20F7_4D8C_A71E_6B021A943E53__INCLUDED_)