📄 receivemsgmboxdlg.h
字号:
#if !defined(AFX_RECEIVEMSGMBOXDLG_H__41743036_96CF_4095_8CDD_A551C1A2793E__INCLUDED_)
#define AFX_RECEIVEMSGMBOXDLG_H__41743036_96CF_4095_8CDD_A551C1A2793E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ReceiveMsgMBoxDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CReceiveMsgMBoxDlg dialog
class CReceiveMsgMBoxDlg : public CDialog
{
// Construction
public:
CReceiveMsgMBoxDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CReceiveMsgMBoxDlg)
enum { IDD = IDD_REMSGMBOXDLG };
CListCtrl m_recMBoxList;
//}}AFX_DATA
CString m_strFileName;
CString m_strFileLine;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CReceiveMsgMBoxDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
public:
static bool m_isShow;
CString m_telStr;
CString m_msgContent;
CString m_timeStr;
void SetSaveStr(CString contentStr,CString timeStr,CString telStr);
void SaveAll();
void OnAddAndSaveShortMsg();
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CReceiveMsgMBoxDlg)
afx_msg void OnRmDelBtn();
afx_msg void OnRmReplyBtn();
afx_msg void OnRmRecallBtn();
virtual BOOL OnInitDialog();
//}}AFX_MSG
afx_msg LRESULT OnAddSaveShortMsg(WPARAM wParam, LPARAM lParam);
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RECEIVEMSGMBOXDLG_H__41743036_96CF_4095_8CDD_A551C1A2793E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -