📄 msvc50~1.h
字号:
// msvc50Dlg.h : header file
//
#if !defined(AFX_MSVC50DLG_H__EB0346E7_515B_11D2_B035_444553540000__INCLUDED_)
#define AFX_MSVC50DLG_H__EB0346E7_515B_11D2_B035_444553540000__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CMsvc50Dlg dialog
class CMsvc50Dlg : public CDialog
{
// Construction
public:
CMsvc50Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMsvc50Dlg)
enum { IDD = IDD_MSVC50_DIALOG };
BOOL m_Hard;
BOOL m_Unmask;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMsvc50Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMsvc50Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnOpendriver();
afx_msg void OnClosedriver();
virtual void OnOK();
afx_msg void OnWpin();
afx_msg void OnWpin1();
afx_msg void OnReadPort();
afx_msg void OnWritePort();
afx_msg void OnHardAccess();
afx_msg void OnReadMemory();
afx_msg void OnShowButtons();
afx_msg void OnDeltaposSpinIrq(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnUnmask();
afx_msg void OnLPTInit();
afx_msg void OnChangeLptNumber();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MSVC50DLG_H__EB0346E7_515B_11D2_B035_444553540000__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -