📄 pagesendlog.h
字号:
#if !defined(AFX_PAGESENDLOG_H__1E618D54_2323_4F08_A4E9_70350699CDAF__INCLUDED_)
#define AFX_PAGESENDLOG_H__1E618D54_2323_4F08_A4E9_70350699CDAF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PageSendLog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPageSendLog dialog
class CPageSendLog : public CDialog
{
// Construction
public:
int ExportSendLog(CAdoRecordSet &record);
void ShowList();
void SaveToVect();
CPageSendLog(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPageSendLog)
enum { IDD = IDP_SEND_LOG };
CListCtrl m_list;
CButton m_radio;
CDateTimeCtrl m_ctrl_startdate;
CEdit m_ctrl_phoneno;
CEdit m_ctrl_orderid;
CDateTimeCtrl m_ctrl_enddate;
CComboBox m_combo;
COleDateTime m_enddate;
CString m_orderid;
CString m_phoneno;
COleDateTime m_startdate;
int culSel;
CString m_FilePathName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPageSendLog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPageSendLog)
afx_msg void OnSearch();
afx_msg void OnRadioOrderid();
afx_msg void OnRadioSendtime();
afx_msg void OnRadioPhoneno();
afx_msg void OnRadioSendstate();
virtual BOOL OnInitDialog();
afx_msg void OnExport();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PAGESENDLOG_H__1E618D54_2323_4F08_A4E9_70350699CDAF__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -