pagereceivelog.h

来自「短信群发系统」· C头文件 代码 · 共 70 行

H
70
字号
#if !defined(AFX_PAGERECEIVELOG_H__D6E3FCB2_9FB9_4A54_AB6A_FCC3C0F03CAA__INCLUDED_)
#define AFX_PAGERECEIVELOG_H__D6E3FCB2_9FB9_4A54_AB6A_FCC3C0F03CAA__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PageReceiveLog.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CPageReceiveLog dialog

class CPageReceiveLog : public CDialog
{
// Construction
public:
	int ExportRecvLog(CAdoRecordSet &record);
	void ShowList();
	CPageReceiveLog(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPageReceiveLog)
	enum { IDD = IDP_RECEIVE_LOG };
	CListCtrl	m_list;
	CDateTimeCtrl	m_ctrl_starttime;
	CEdit	m_ctrl_id;
	CButton	m_radio;
	CEdit	m_ctrl_no;
	CDateTimeCtrl	m_ctrl_endtime;
	CEdit	m_ctrl_content;
	CString	m_content;
	COleDateTime	m_end_time;
	CString	m_no;
	CString	m_recvid;
	COleDateTime	m_start_time;
	int			CulSel;
	CString		m_FilePathName;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPageReceiveLog)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPageReceiveLog)
	afx_msg void OnSearch();
	afx_msg void OnReport();
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnRadio();
	afx_msg void OnRadioTime();
	afx_msg void OnRadioNo();
	afx_msg void OnRadioContent();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_PAGERECEIVELOG_H__D6E3FCB2_9FB9_4A54_AB6A_FCC3C0F03CAA__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?