📄 scanningprogress.h
字号:
// ScanningProgress.h : header file
class CScanningProgress : public CDialog
{
public:
CScanningProgress(CWnd* pParent = NULL);
void percent(int n,int m);
//{{AFX_DATA(CScanningProgress)
enum { IDD = IDD_DIALOG_SCANNING_PROGRESS };
CProgressCtrl m_ScanningProgress;
int m_nPercent;
//}}AFX_DATA
//{{AFX_VIRTUAL(CScanningProgress)
protected:
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
protected:
//{{AFX_MSG(CScanningProgress)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -