maindlg.h

来自「数据库开发的工资管理系统」· C头文件 代码 · 共 61 行

H
61
字号
// MainDlg.h : header file
//

#if !defined(AFX_MAINDLG_H__3E308518_D16C_403F_AECD_F34D866912E4__INCLUDED_)
#define AFX_MAINDLG_H__3E308518_D16C_403F_AECD_F34D866912E4__INCLUDED_

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

class CMainDlg : public CDialog
{
	void DisplayDate();  //显示日期
// Construction
public:
	CMainDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CMainDlg)
	enum { IDD = IDD_SALARYMANAGEMENT_DIALOG };
	CString	m_year;
	CString	m_month;
	CString	m_departmentname;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CMainDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnPersonnelButton();
	afx_msg void OnInitialisitionButton();
	afx_msg void OnSellamountButton();
	afx_msg void OnSalarysetButton();
	afx_msg void OnGeneratelistButton();
	afx_msg void OnModifyPassword();
	afx_msg void OnExitButton();
	afx_msg void OnAwardButton();
	afx_msg void OnOldrecordButton();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_MAINDLG_H__3E308518_D16C_403F_AECD_F34D866912E4__INCLUDED_)

⌨️ 快捷键说明

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