📄 applicationdlg.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 + -