?? dialogfileview.h
字號:
#if !defined(AFX_DIALOGFILEVIEW_H__E00083F6_01DB_4E78_AD28_2A36876E9252__INCLUDED_)
#define AFX_DIALOGFILEVIEW_H__E00083F6_01DB_4E78_AD28_2A36876E9252__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DialogFileView.h : header file
//
#include <dlgs.h>
/////////////////////////////////////////////////////////////////////////////
// CDialogFileView dialog
class CDialogThread;
class CDialogFileView : public CFileDialog
{
DECLARE_DYNAMIC(CDialogFileView)
public:
LRESULT OnInitFinished(WPARAM, LPARAM);
static BOOL CALLBACK EnumChildProc(HWND hWnd, LPARAM);
virtual void OnFolderChange();
virtual void OnInitDone();
BOOL OnFileNameOK();
void LocationToolbar();
CDialogFileView(CDialogThread& rThreadRunningDlg);
private:
CDialogThread& m_rThreadRunningDlg;
protected:
//{{AFX_MSG(CDialogFileView)
// NOTE - the ClassWizard will add and remove member functions here.
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DIALOGFILEVIEW_H__E00083F6_01DB_4E78_AD28_2A36876E9252__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -