optionsdialog.h
来自「监控文件目录的VC程序」· C头文件 代码 · 共 49 行
H
49 行
// OptionsDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// COptionsDialog dialog
class COptionsDialog : public CDialog
{
// Construction
public:
COptionsDialog(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(COptionsDialog)
enum { IDD = IDD_DIALOG_OPTIONS };
CString m_dirname;
BOOL m_access;
BOOL m_attributes;
BOOL m_dirnames;
BOOL m_filenames;
BOOL m_security;
BOOL m_size;
BOOL m_tstamp;
BOOL m_write;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COptionsDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(COptionsDialog)
afx_msg void OnButtonGo();
afx_msg void OnButtonStop();
afx_msg void OnButtonClear();
afx_msg void OnButtonCancel();
afx_msg void OnButtonSave();
afx_msg void OnButtonAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?