filesysdlg.h
来自「大型实验:Unix文件管系统模拟。用内存中的一段区域模拟硬盘空间」· C头文件 代码 · 共 71 行
H
71 行
// FileSysDlg.h : header file
//
#if !defined(AFX_FILESYSDLG_H__5DB0D52D_433B_43D3_B6D1_944A55992255__INCLUDED_)
#define AFX_FILESYSDLG_H__5DB0D52D_433B_43D3_B6D1_944A55992255__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CFileSysDlg dialog
class CFileSysDlg : public CDialog
{
// Construction
public:
void RefrushDirList();
CFileSysDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CFileSysDlg)
enum { IDD = IDD_FILESYS_DIALOG };
CListCtrl m_dirlist;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFileSysDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CFileSysDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnAboat();
afx_msg void OnAboutUs();
afx_msg void OnDblclkList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnQuit();
afx_msg void OnDestroy();
afx_msg void OnLogin();
afx_msg void OnFormat();
afx_msg void OnLogout();
afx_msg void OnAddDerect();
afx_msg void OnRename();
afx_msg void OnCreatefile();
afx_msg void OnRenamefile();
afx_msg void OnDeletefile();
afx_msg void OnOpenfileRead();
afx_msg void OnOpenfileWrite();
afx_msg void OnOpenfileAppend();
afx_msg void OnChdir();
afx_msg void OnUserlist();
afx_msg void OnDeletedir();
afx_msg void OnChdirFather();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FILESYSDLG_H__5DB0D52D_433B_43D3_B6D1_944A55992255__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?