modifypasswordsubdlg.h
来自「数据库开发的工资管理系统」· C头文件 代码 · 共 50 行
H
50 行
#if !defined(AFX_MODIFYPASSWORDSUBDLG_H__073FD008_B1FE_4FB5_8EB6_D1BF7C5B2989__INCLUDED_)
#define AFX_MODIFYPASSWORDSUBDLG_H__073FD008_B1FE_4FB5_8EB6_D1BF7C5B2989__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ModifyPasswordSubDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CModifyPasswordSubDlg dialog
class CModifyPasswordSubDlg : public CDialog
{
// Construction
public:
CModifyPasswordSubDlg(CWnd* pParent = NULL); // standard constructor
BOOL OnInitDialog(); //重载初始化对话框的虚函数
// Dialog Data
//{{AFX_DATA(CModifyPasswordSubDlg)
enum { IDD = IDD_MODIFY_SUB_DIALOG };
CString m_password1;
CString m_password2;
CString m_department;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CModifyPasswordSubDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CModifyPasswordSubDlg)
afx_msg void OnModifypasswordCancelButton();
afx_msg void OnModifypasswordConfirmButton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MODIFYPASSWORDSUBDLG_H__073FD008_B1FE_4FB5_8EB6_D1BF7C5B2989__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?