comctdlg.h

来自「MFC的画圆工具」· C头文件 代码 · 共 51 行

H
51
字号
#if !defined(AFX_COMCTDLG_H__9EAE41EF_911D_4F1D_9E44_1727A499F2D5__INCLUDED_)
#define AFX_COMCTDLG_H__9EAE41EF_911D_4F1D_9E44_1727A499F2D5__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ComctDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CComctDlg dialog

class CComctDlg : public CDialog
{
// Construction
public:
	CComctDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CComctDlg)
	enum { IDD = IDD_COMCTL };
	CSliderCtrl	m_Slider;
	CSpinButtonCtrl	m_Spin;
	UINT	m_nLineWt;
	int		m_nRadius;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CComctDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CComctDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_COMCTDLG_H__9EAE41EF_911D_4F1D_9E44_1727A499F2D5__INCLUDED_)

⌨️ 快捷键说明

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