⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pushpinsheetdlg.h

📁 一个简单的系统按钮。 看了就知道怎莫用了。
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -