CorpSms/DLG_QueryFilt_Inport.h

66 lines
1.8 KiB
C
Raw Normal View History

2025-02-27 16:58:16 +08:00
#if !defined(AFX_DLG_QUERYFILT_INPORT_H__D18A92A0_E98C_490A_AE93_548E966A337B__INCLUDED_)
#define AFX_DLG_QUERYFILT_INPORT_H__D18A92A0_E98C_490A_AE93_548E966A337B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_QueryFilt_Inport.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_QueryFilt_Inport dialog
#include "..\public\SortList\SortList.h"
#include "..\public\reportctrl\ReportCtrl.h"
typedef CTypedPtrList<CPtrList, ANS_QueryFilt_Data*> CQueryFilt;
class CFQueryFilt;
class DLG_QueryFilt_Inport : public CDialog
{
public:
CListCtrl * m_pList;
CQueryFilt m_QueryFilt;
// Construction
public:
void Close();
long ReadLine(CFile *file, char * pSplit,char *szBuf, long lLen);
void InitList();
DLG_QueryFilt_Inport(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_QueryFilt_Inport)
enum { IDD = IDD_QUERYFILT_INPORT };
CButton m_B_Tips;
CComboBox m_C_RecordSplit;
CComboBox m_C_FieldSplit;
CSortList m_L_List;
CEdit m_E_FileName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_QueryFilt_Inport)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_QueryFilt_Inport)
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_QUERYFILT_INPORT_H__D18A92A0_E98C_490A_AE93_548E966A337B__INCLUDED_)