dlgshapeman.h

来自「电子画图板」· C头文件 代码 · 共 49 行

H
49
字号
#if !defined(AFX_DLGSHAPEMAN_H__FE24D525_F199_428B_8416_07CFC50A1D83__INCLUDED_)
#define AFX_DLGSHAPEMAN_H__FE24D525_F199_428B_8416_07CFC50A1D83__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// DlgShapeMan dialog

class DlgShapeMan : public CDialog
{
// Construction
public:			 
	CEboardDoc * m_pDoc;				 //文档指针	
	DlgShapeMan(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(DlgShapeMan)
	enum { IDD = IDD_SHAPEMAN };
	CListBox	m_ctrList;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(DlgShapeMan)
	virtual BOOL OnInitDialog();
	afx_msg void OnShapedel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DLGSHAPEMAN_H__FE24D525_F199_428B_8416_07CFC50A1D83__INCLUDED_)

⌨️ 快捷键说明

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