CorpSms/DLG_SmsQueryLog_Export.h
2025-02-27 16:58:16 +08:00

61 lines
1.6 KiB
C++

#if !defined(AFX_DLG_SMSQUERYLOG_EXPORT_H__7797DDBD_0CB3_4115_80BB_57C3CA9F0265__INCLUDED_)
#define AFX_DLG_SMSQUERYLOG_EXPORT_H__7797DDBD_0CB3_4115_80BB_57C3CA9F0265__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_SmsQueryLog_Export.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_SmsQueryLog_Export dialog
#include "..\public\SortList\SortList.h"
#include "..\public\reportctrl\ReportCtrl.h"
class DLG_SmsQueryLog_Export : public CDialog
{
public:
CAdoRecordSet * m_pAdo;
CReportCtrl * m_pList;
// Construction
public:
void SetParam(CAdoRecordSet *pAdo, CReportCtrl *pList);
void InitList();
DLG_SmsQueryLog_Export(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_SmsQueryLog_Export)
enum { IDD = IDD_SMSQUERYLOG_EXPORT };
CSortList m_L_List;
CButton m_B_AddHead;
CEdit m_E_FileName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_SmsQueryLog_Export)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_SmsQueryLog_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_SMSQUERYLOG_EXPORT_H__7797DDBD_0CB3_4115_80BB_57C3CA9F0265__INCLUDED_)