?? pushpinsheetdlg.h
字號(hào):
#include "pushpinFrame.h"
class CPushPinSheetDlg : public CDialog
{
public:
CPushPinSheetDlg(CWnd* pParent = NULL); // standard constructor
protected:
//{{AFX_DATA(CPushPinSheetDlg)
enum { IDD = IDD_PUSHPINSHEET_DIALOG };
//}}AFX_DATA
//{{AFX_VIRTUAL(CPushPinSheetDlg)
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
void OnProperties();
//{{AFX_MSG(CPushPinSheetDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
HICON m_hIcon;
CPushPinFrame* m_pPropFrame;
};
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -