cfiledialogst_demodlg.h

来自「创建自己想要的打开保存对话框」· C头文件 代码 · 共 56 行

H
56
字号
#if !defined(AFX_CFILEDIALOGST_DEMODLG_H__5CA27987_3F9A_4C9C_AD49_389B716F7482__INCLUDED_)
#define AFX_CFILEDIALOGST_DEMODLG_H__5CA27987_3F9A_4C9C_AD49_389B716F7482__INCLUDED_

#include "ShadeButtonST.h"
#include "HyperLink.h"

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CCFileDialogST_demoDlg : public CDialog
{
public:
	CCFileDialogST_demoDlg(CWnd* pParent = NULL);

	//{{AFX_DATA(CCFileDialogST_demoDlg)
	enum { IDD = IDD_CFILEDIALOGST_DEMO_DIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCFileDialogST_demoDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);
	//}}AFX_VIRTUAL

protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CCFileDialogST_demoDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnOpen();
	afx_msg void OnSave();
	afx_msg void OnBrowse();
	//}}AFX_MSG

private:
	CShadeButtonST	m_btnClose;
	CShadeButtonST	m_btnOpen;
	CShadeButtonST	m_btnSave;
	CShadeButtonST	m_btnWeb;
	CShadeButtonST	m_btnMail;
	CShadeButtonST	m_btnBrowse;

	CHyperLink		m_EMailLink;
	CHyperLink		m_HomePageLink;

	DECLARE_MESSAGE_MAP()
};

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

#endif

⌨️ 快捷键说明

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