📄 salaryrecordsdlg.h
字号:
#if !defined(AFX_SALARYRECORDSDLG_H__11153190_5E9C_4718_AE27_D7275DF2D587__INCLUDED_)
#define AFX_SALARYRECORDSDLG_H__11153190_5E9C_4718_AE27_D7275DF2D587__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SalaryRecordsDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSalaryRecordsDlg dialog
class CSalaryRecordsDlg : public CDialog
{
CString m_month;
// Construction
public:
CSalaryRecordsDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSalaryRecordsDlg)
enum { IDD = IDD_SALARYRECORDS_DIALOG };
CComboBox m_optmonth;
CComboBox m_optdepartment;
CString m_year;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSalaryRecordsDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSalaryRecordsDlg)
afx_msg void OnEnquireButton();
afx_msg void OnCloseupDepartCombo();
afx_msg void OnCloseupMonthCombo();
afx_msg void OnCancelButton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SALARYRECORDSDLG_H__11153190_5E9C_4718_AE27_D7275DF2D587__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -