📄 expanddlgdlg.h
字号:
// ExpandDlgDlg.h : header file
//
#if !defined(AFX_EXPANDDLGDLG_H__03337807_E8AC_11D3_8E0B_8DEC6990ED5F__INCLUDED_)
#define AFX_EXPANDDLGDLG_H__03337807_E8AC_11D3_8E0B_8DEC6990ED5F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CExpandDlgDlg dialog
class CExpandDlgDlg : public CDialog
{
// Construction
public:
CExpandDlgDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CExpandDlgDlg)
enum { IDD = IDD_EXPANDDLG_DIALOG };
CStatic m_Devide;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CExpandDlgDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
int m_nNormalWidth;
int m_nExpandedWidth;
BOOL m_bExpanded;
// Implementation
protected:
HICON m_hIcon;
void ExpandyaContract();
// Generated message map functions
//{{AFX_MSG(CExpandDlgDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtonAdvanced();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EXPANDDLGDLG_H__03337807_E8AC_11D3_8E0B_8DEC6990ED5F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -