📄 vlpmaindlg.h
字号:
#if !defined(AFX_VLPMAINDLG_H__D15C375C_23CA_409C_AD51_CFEAD0C2FAB2__INCLUDED_)
#define AFX_VLPMAINDLG_H__D15C375C_23CA_409C_AD51_CFEAD0C2FAB2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// VLPMainDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CVLPMainDlg dialog
#include "ShowProcedure.h"
class CVLPMainDlg : public CDialog
{
// Construction
public:
CVLPMainDlg(CWnd* pParent = NULL); // standard constructor
~CVLPMainDlg();
// Dialog Data
//{{AFX_DATA(CVLPMainDlg)
enum { IDD = IDD_DIALOG_MAIN };
CListCtrl m_ListCtrlFileName;
CString m_strResult;
CString m_strFolder;
//}}AFX_DATA
CShowProcedure *m_pShowProcedure;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVLPMainDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CVLPMainDlg)
afx_msg void OnOpen();
afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnPaint();
virtual BOOL OnInitDialog();
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VLPMAINDLG_H__D15C375C_23CA_409C_AD51_CFEAD0C2FAB2__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -