⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 applicationdlg.h

📁 此为MFC方面的综合运用里面包含了各种方面的应用供大家参考
💻 H
字号:
// ApplicationDlg.h : header file
//

#if !defined(AFX_APPLICATIONDLG_H__E1A3D253_A1B5_480C_A9BE_A1144D439A33__INCLUDED_)
#define AFX_APPLICATIONDLG_H__E1A3D253_A1B5_480C_A9BE_A1144D439A33__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CApplicationDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CApplicationDlg)
	enum { IDD = IDD_APPLICATION_DIALOG };
	CComboBox	m_Record;
	CEdit	m_ResultEdit;
	CButton	m_AgeRadio;
	CButton	m_SexRadio;
	CEdit	m_TimeEdit;
	CEdit	m_DateEdit;
	BOOL	m_DateCheck;
	BOOL	m_TimeCheck;
	int		m_English;
	CString	m_ComboEdit;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CApplicationDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnDateCheck();
	afx_msg void OnTimeCheck();
	afx_msg void OnEnableButton();
	afx_msg void OnDisableButton();
	afx_msg void OnShowButton();
	afx_msg void OnHideButton();
	afx_msg void OnShowSexAgeBUTTON();
	afx_msg void OnShowComboButton();
	afx_msg void OnExitButton();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_APPLICATIONDLG_H__E1A3D253_A1B5_480C_A9BE_A1144D439A33__INCLUDED_)

⌨️ 快捷键说明

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