yhsz.h
来自「一个有关人事系统的所有代码和有关文件包括里面小量数据库。」· C头文件 代码 · 共 65 行
H
65 行
#if !defined(AFX_YHSZ_H__4821B635_D29C_437F_986E_E1824C3C9D32__INCLUDED_)
#define AFX_YHSZ_H__4821B635_D29C_437F_986E_E1824C3C9D32__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// YHSZ.h : header file
//
#include "BaseEdit.h"
#include "BaseButton.h"
/////////////////////////////////////////////////////////////////////////////
// CYHSZ dialog
class CYHSZ : public CDialog
{
// Construction
public:
CYHSZ(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CYHSZ)
enum { IDD = IDD_DIA_YHSZ };
CBaseButton m_BtnChange;
CBaseButton m_BtnSave;
CBaseButton m_BtnExit;
CBaseButton m_BtnUndo;
CBaseEdit m_EdtSPwd;
CBaseEdit m_EdtPwd;
CBaseEdit m_EdtName;
CBaseEdit m_EdtID;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CYHSZ)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CYHSZ)
virtual BOOL OnInitDialog();
afx_msg void OnBtnChange();
afx_msg void OnBtnundo();
afx_msg void OnBtnSave();
afx_msg void OnBtnexit();
afx_msg void OnPaint();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void ButtonEnabled(bool bEnabled);
void Clear();
void Display(CString name);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_YHSZ_H__4821B635_D29C_437F_986E_E1824C3C9D32__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?