📄 yhsz.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -