?? b05dlg.h
字號(hào):
// B05Dlg.h : header file
//
#include "MicroSecond.h"
#include "celapsed.h"
#include "resource.h"
#if !defined(AFX_B05DLG_H__AD56320B_196B_11D5_9CC9_00A0C99CD581__INCLUDED_)
#define AFX_B05DLG_H__AD56320B_196B_11D5_9CC9_00A0C99CD581__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CB05Dlg dialog
class CB05Dlg : public CDialog
{
// Construction
public:
CString m_strError;
int m_nMilliSecondPerTenSeconds;
int m_nLoop_per_uSecond;
int m_nLoopCount2;
int m_nLoopCount1;
CMicroSecond * puSec;
CB05Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CB05Dlg)
enum { IDD = IDD_B05_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CB05Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CB05Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButton2();
virtual void OnOK();
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_B05DLG_H__AD56320B_196B_11D5_9CC9_00A0C99CD581__INCLUDED_)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -