📄 messagedialog.h
字号:
#if !defined(AFX_MESSAGEDIALOG_H__8BD88D7D_7E75_4B6E_9F3B_0ADA6FA62FD1__INCLUDED_)
#define AFX_MESSAGEDIALOG_H__8BD88D7D_7E75_4B6E_9F3B_0ADA6FA62FD1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MESSAGEDIALOG.h : header file
//
#include "Rxrecordset.h"
/////////////////////////////////////////////////////////////////////////////
// MESSAGEDIALOG dialog
class MESSAGEDIALOG : public CDialog
{
// Construction
public:
MESSAGEDIALOG(CWnd* pParent = NULL); // standard constructor
public :
CRxrecordset hset;
CDC *pdc;
// Dialog Data
//{{AFX_DATA(MESSAGEDIALOG)
enum { IDD = IDD_MESSAGE_DIALOG };
CListCtrl m_list;
CString m_Getstring;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(MESSAGEDIALOG)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(MESSAGEDIALOG)
virtual BOOL OnInitDialog();
afx_msg void OnSearch();
afx_msg CString Select();
afx_msg void OnSearchnext();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
extern hset;
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MESSAGEDIALOG_H__8BD88D7D_7E75_4B6E_9F3B_0ADA6FA62FD1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -