📄 cfiledialogst_demodlg.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -