pushpinsheetdlg.h

来自「一个简单的系统按钮。 看了就知道怎莫用了。」· C头文件 代码 · 共 32 行

H
32
字号
#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;
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?