📄 zftdialog.h
字号:
#if !defined(AFX_ZFTDIALOG_H__FAC571AA_AEEF_4824_BBC9_B2930F457A6E__INCLUDED_)
#define AFX_ZFTDIALOG_H__FAC571AA_AEEF_4824_BBC9_B2930F457A6E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ZFTDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CZFTDialog dialog
class CZFTDialog : public CDialog
{
// Construction
public:
LONG m_nCount[256];
char * m_pDIBBits;
LONG m_nHeight;
LONG m_nWidth;
CRect m_MouseRect;
CZFTDialog(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CZFTDialog)
enum { IDD = IDD_DIALOG_ZFT };
int m_nHD;
long m_nXS;
int m_nLow;
int m_nUp;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CZFTDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CZFTDialog)
afx_msg void OnPaint();
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnKillfocusEdit1();
afx_msg void OnKillfocusEdit2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ZFTDIALOG_H__FAC571AA_AEEF_4824_BBC9_B2930F457A6E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -