practicaldlg.h

来自「办公助手的主窗体由计算器和便利贴两个子窗体和6个办公助手」· C头文件 代码 · 共 64 行

H
64
字号
// PracticalDlg.h : header file
//

#if !defined(AFX_PRACTICALDLG_H__E0F488F1_E3D5_4378_9D7F_15F54E66AE8F__INCLUDED_)
#define AFX_PRACTICALDLG_H__E0F488F1_E3D5_4378_9D7F_15F54E66AE8F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CPracticalDlg dialog

class CPracticalDlg : public CDialog
{
// Construction
public:
	CPracticalDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CPracticalDlg)
	enum { IDD = IDD_PRACTICAL_DIALOG };
	CButton	m_Server;
	CButton	m_Project;
	CButton	m_Overtime;
	CButton	m_Exit;
	CButton	m_Employes;
	CButton	m_Ballot;
	CSliderCtrl	m_Slider;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CPracticalDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnReleasedcaptureSlider1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnEmployes();
	afx_msg void OnServer();
	afx_msg void OnOvertime();
	afx_msg void OnProject();
	afx_msg void OnBallot();
	afx_msg void OnExit();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_PRACTICALDLG_H__E0F488F1_E3D5_4378_9D7F_15F54E66AE8F__INCLUDED_)

⌨️ 快捷键说明

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