usermodidlg.h
来自「自己编写的迷你图书馆的完整程序.VC6MFC编写的,Windows界面.数据采用」· C头文件 代码 · 共 51 行
H
51 行
#if !defined(AFX_USERMODIDLG_H__DCA4BA59_A11C_4DCF_84F3_3C0F1C0F5FA2__INCLUDED_)
#define AFX_USERMODIDLG_H__DCA4BA59_A11C_4DCF_84F3_3C0F1C0F5FA2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// UserModiDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CUserModiDlg dialog
class CUserModiDlg : public CDialog
{
// Construction
public:
CUserModiDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CUserModiDlg)
enum { IDD = IDD_DLG_USER_MODI };
CComboBox m_cmb_type;
CString m_user;
CString m_pwd;
CString m_type;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CUserModiDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CUserModiDlg)
afx_msg void OnBtnModi();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_USERMODIDLG_H__DCA4BA59_A11C_4DCF_84F3_3C0F1C0F5FA2__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?