filedowninfo.h
来自「vc++编写的界面源代码,对C++爱好者是很发的帮助。」· C头文件 代码 · 共 26 行
H
26 行
#pragma once
#include "RTListCtrl.h"
// CFileDownInfo 对话框
class CFileDownInfo : public CPropertyPage
{
DECLARE_DYNAMIC(CFileDownInfo)
public:
CFileDownInfo();
virtual ~CFileDownInfo();
// 对话框数据
enum { IDD = IDD_FileDownInfo };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
DECLARE_MESSAGE_MAP()
public:
CRTListCtrl m_ListFileDownInfo;
afx_msg void OnSize(UINT nType, int cx, int cy);
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?