📄 messview.h
字号:
// messView.h : interface of the CMessView class
//
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INCLUDES()
#include "mscomm.h"
//}}AFX_INCLUDES
#if !defined(AFX_MESSVIEW_H__751B4DB5_A89E_404E_B0D7_B3106B3C5B76__INCLUDED_)
#define AFX_MESSVIEW_H__751B4DB5_A89E_404E_B0D7_B3106B3C5B76__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMessView : public CFormView
{
protected: // create from serialization only
CMessView();
DECLARE_DYNCREATE(CMessView)
public:
//{{AFX_DATA(CMessView)
enum { IDD = IDD_MESS_FORM };
CString m_content;
CString m_phonenum;
CString m_messcontent;
CString m_sendnum;
CString m_date;
int m_list;
//}}AFX_DATA
// Attributes
public:
CMessDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMessView)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnInitialUpdate(); // called first time after construct
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMessView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CMessView)
afx_msg void OnSendMessage();
afx_msg void OnButton2();
afx_msg void OnOnComm();
afx_msg void OnButton3();
afx_msg void OnButton4();
afx_msg int OnButton5();
afx_msg void OnButton6();
afx_msg void OnButton7();
afx_msg void OnButton8();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in messView.cpp
inline CMessDoc* CMessView::GetDocument()
{ return (CMessDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MESSVIEW_H__751B4DB5_A89E_404E_B0D7_B3106B3C5B76__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -