progressdlg.h

来自「保护装置的mbpc软件」· C头文件 代码 · 共 55 行

H
55
字号
#if !defined(AFX_PROGRESSDLG_H__E5B48E56_F736_4B91_AC1C_4938B0A50BB9__INCLUDED_)
#define AFX_PROGRESSDLG_H__E5B48E56_F736_4B91_AC1C_4938B0A50BB9__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ProgressDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CProgressDlg dialog
class CMbpcDoc;

class CProgressDlg : public CDialog
{
// Construction
public:
	CProgressDlg(CWnd* pParent = NULL);   // standard constructor
	CMbpcDoc* m_pDoc;
// Dialog Data
	//{{AFX_DATA(CProgressDlg)
	enum { IDD = IDD_PROGRESDLG };
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CProgressDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CProgressDlg)
	afx_msg void OnDevice();
	virtual BOOL OnInitDialog();
	afx_msg void OnAnalog();
	afx_msg void OnMeter();
	afx_msg void OnDi();
	afx_msg void OnDo();
	afx_msg void OnEnable();
	afx_msg void OnSetting();
	afx_msg void OnAlarm();
	afx_msg void OnRecord();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_PROGRESSDLG_H__E5B48E56_F736_4B91_AC1C_4938B0A50BB9__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?