📄 combinetooldlg.h
字号:
// CombineToolDlg.h : header file
//
#if !defined(AFX_COMBINETOOLDLG_H__F2B544A1_6386_4E2B_A8A4_9E0AB85508D2__INCLUDED_)
#define AFX_COMBINETOOLDLG_H__F2B544A1_6386_4E2B_A8A4_9E0AB85508D2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CCombineToolDlg dialog
class CCombineToolDlg : public CDialog
{
// Construction
public:
CCombineToolDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCombineToolDlg)
enum { IDD = IDD_COMBINETOOL_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCombineToolDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
public:
int m_nPlay;
CString m_szSoundPath;
CString m_szShowIdealSoundPath;
// Implementation
protected:
HICON m_hIcon;
// CRect rctTop
// Generated message map functions
//{{AFX_MSG(CCombineToolDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnStaQuit();
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnStaTool();
afx_msg void OnStaPlay();
afx_msg void OnStaLog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void ShowSubMenu(BOOL bIsToolShow, BOOL bIsPlayShow, BOOL bIsLogShow, BOOL bIsQuitShow);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_COMBINETOOLDLG_H__F2B544A1_6386_4E2B_A8A4_9E0AB85508D2__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -