📄 pbpgdlg.h
字号:
//{{AFX_INCLUDES()
#include "msflexgrid.h"
#include "richtext.h"
//}}AFX_INCLUDES
#if !defined(AFX_PBPGDLG_H__78AE0165_6857_11D4_8F10_5254ABD11B62__INCLUDED_)
#define AFX_PBPGDLG_H__78AE0165_6857_11D4_8F10_5254ABD11B62__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// pbpgdlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Cpbpgdlg dialog
class Cpbpgdlg : public CDialog
{
// Construction
public:
Cpbpgdlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(Cpbpgdlg)
enum { IDD = IDD_pbpg };
CMSFlexGrid m_pbpg;
CRichText m_pyjx;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Cpbpgdlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Cpbpgdlg)
virtual void OnOK();
afx_msg void OnKeyDownpyjx(short FAR* KeyCode, short Shift);
afx_msg void OnChangepyjx();
afx_msg void OnClickpyjx();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PBPGDLG_H__78AE0165_6857_11D4_8F10_5254ABD11B62__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -