flefd.h

来自「visual studio 6.0」· C头文件 代码 · 共 56 行

H
56
字号
#if !defined(AFX_FLEFD_H__2E962894_9C9C_4CF2_857A_61161C6B9AEB__INCLUDED_)
#define AFX_FLEFD_H__2E962894_9C9C_4CF2_857A_61161C6B9AEB__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FleFd.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CFleFd dialog

class CFleFd : public CDialog
{
// Construction
public:
	CString strDirFile;
	void BrowseDir(CString& strDir);
	CFleFd(CWnd* pParent = NULL);   // standard constructor

	long lfileCount,ldirCount;
	//将文件路径保存为文件
	CStdioFile ExportFile;

// Dialog Data
	//{{AFX_DATA(CFleFd)
	enum { IDD = IDD_CFileFind };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFleFd)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CFleFd)
	afx_msg void Ondirsel();
	afx_msg void Onstart();
	afx_msg void OnSaveFile();
	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_FLEFD_H__2E962894_9C9C_4CF2_857A_61161C6B9AEB__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?